Skip to content

Commit 63bc00c

Browse files
Bump codecov/codecov-action from 5 to 6 in the github-actions group (#152)
1 parent ae8ca1b commit 63bc00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
flags: py-${{ matrix.python-version }}
7373
- name: Upload coverage reports to Codecov
7474
if: ${{ matrix.python-version == '3.13' && hashFiles('coverage.xml') != '' }}
75-
uses: codecov/codecov-action@v5
75+
uses: codecov/codecov-action@v6
7676
with:
7777
use_oidc: true
7878
files: ./coverage.xml

0 commit comments

Comments
 (0)