Skip to content

Commit 1ccee34

Browse files
authored
Merge pull request #3698 from nipy/dependabot/github_actions/codecov/codecov-action-5
Bump codecov/codecov-action from 4 to 5
2 parents afaf91e + ccdf4d2 commit 1ccee34

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/contrib.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,8 @@ jobs:
7171
- name: Run tests
7272
run: tools/ci/check.sh
7373
if: ${{ matrix.check != 'skiptests' }}
74-
- uses: codecov/codecov-action@v4
74+
- uses: codecov/codecov-action@v5
7575
with:
76-
file: coverage.xml
7776
token: ${{ secrets.CODECOV_TOKEN }}
7877
if: ${{ always() }}
7978
- name: Upload pytest test results

.github/workflows/tests.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,8 @@ jobs:
145145
- name: Run tests
146146
run: tools/ci/check.sh
147147
if: ${{ matrix.check != 'skiptests' }}
148-
- uses: codecov/codecov-action@v4
148+
- uses: codecov/codecov-action@v5
149149
with:
150-
file: coverage.xml
151150
token: ${{ secrets.CODECOV_TOKEN }}
152151
if: ${{ always() }}
153152
- name: Upload pytest test results

0 commit comments

Comments
 (0)