Skip to content

Commit 52d03e2

Browse files
authored
Merge pull request #3628 from nipy/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 056b48f + 2f793c2 commit 52d03e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/contrib.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ jobs:
7171
- name: Run tests
7272
run: tools/ci/check.sh
7373
if: ${{ matrix.check != 'skiptests' }}
74-
- uses: codecov/codecov-action@v3
74+
- uses: codecov/codecov-action@v4
7575
with:
7676
file: coverage.xml
77+
token: ${{ secrets.CODECOV_TOKEN }}
7778
if: ${{ always() }}
7879
- name: Upload pytest test results
7980
uses: actions/upload-artifact@v3

.github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ jobs:
145145
- name: Run tests
146146
run: tools/ci/check.sh
147147
if: ${{ matrix.check != 'skiptests' }}
148-
- uses: codecov/codecov-action@v3
148+
- uses: codecov/codecov-action@v4
149149
with:
150150
file: coverage.xml
151+
token: ${{ secrets.CODECOV_TOKEN }}
151152
if: ${{ always() }}
152153
- name: Upload pytest test results
153154
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)