Skip to content

Commit d2bbb59

Browse files
committed
Update Codecov action to v6
1 parent 677cfdd commit d2bbb59

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Upload coverage reports
6161
# Only upload coverage if we have a token (skip for Dependabot PRs)
6262
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && (github.event_name != 'pull_request' || github.actor != 'dependabot[bot]')
63-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
63+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
6464
with:
6565
token: ${{ secrets.CODECOV_TOKEN }}
6666
files: ./coverage.xml
@@ -71,7 +71,7 @@ jobs:
7171
- name: Upload coverage reports (tokenless)
7272
# Use tokenless upload for Dependabot PRs
7373
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && github.event_name == 'pull_request' && github.actor == 'dependabot[bot]'
74-
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238
74+
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
7575
with:
7676
files: ./coverage.xml
7777
flags: unittests

0 commit comments

Comments
 (0)