Skip to content

Commit 67f838f

Browse files
Merge pull request #208 from scikit-hep/dependabot/github_actions/codecov/codecov-action-7
chore(deps): bump codecov/codecov-action from 6 to 7
2 parents 451e806 + ddb7ed4 commit 67f838f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Upload coverage to Codecov
6464
if: matrix.python-version == '3.13' && matrix.os == 'ubuntu-latest'
65-
uses: codecov/codecov-action@v6
65+
uses: codecov/codecov-action@v7
6666
with:
6767
token: ${{ secrets.CODECOV_TOKEN }} # technically not needed, but prevents failures: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954
6868
file: ./coverage.xml

0 commit comments

Comments
 (0)