Skip to content

Commit 2bd1be7

Browse files
Bump codecov/codecov-action from 4 to 5 (#43)
1 parent 566a72f commit 2bd1be7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: pixi run -e ${{ matrix.environment }} test -m "unit or (not integration and not end_to_end)" --cov-report=xml -n auto
5959

6060
- name: Upload unit test coverage reports to Codecov with GitHub Action
61-
uses: codecov/codecov-action@v4
61+
uses: codecov/codecov-action@v5
6262
with:
6363
flags: unit
6464

@@ -67,6 +67,6 @@ jobs:
6767
run: pixi run -e ${{ matrix.environment }} test -m end_to_end --cov-report=xml -n auto
6868

6969
- name: Upload end_to_end test coverage reports to Codecov with GitHub Action
70-
uses: codecov/codecov-action@v4
70+
uses: codecov/codecov-action@v5
7171
with:
7272
flags: end_to_end

0 commit comments

Comments
 (0)