Skip to content

Commit

Permalink
Merge pull request #171 from scikit-hep/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

chore(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
jonas-eschle authored Dec 2, 2024
2 parents becb23f + ac757f3 commit eb3e0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
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
file: ./coverage.xml
Expand Down

0 comments on commit eb3e0d8

Please sign in to comment.