Skip to content

Commit 326848a

Browse files
authored
Bump codecov/codecov-action from 3 to 4 (#3219)
2 parents 74192fb + 443178a commit 326848a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
run: .maint/ci/install_extras.sh
6363
- name: Run tests
6464
run: .maint/ci/check.sh
65-
- uses: codecov/codecov-action@v3
65+
- uses: codecov/codecov-action@v4
6666
with:
6767
file: coverage.xml
68+
token: ${{ secrets.CODECOV_TOKEN }}
6869
if: ${{ always() }}

.github/workflows/stable.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ jobs:
6565
run: .maint/ci/install_extras.sh
6666
- name: Run tests
6767
run: .maint/ci/check.sh
68-
- uses: codecov/codecov-action@v3
68+
- uses: codecov/codecov-action@v4
6969
with:
7070
file: coverage.xml
71+
token: ${{ secrets.CODECOV_TOKEN }}
7172
if: ${{ always() }}

0 commit comments

Comments
 (0)