Skip to content

Commit

Permalink
Merge pull request #291 from clEsperanto/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5.0.2

Bump codecov/codecov-action from 4.6.0 to 5.0.2
  • Loading branch information
StRigaud authored Nov 20, 2024
2 parents 3369267 + dd5b516 commit 2c1891e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Coverage
id: coverage
if: matrix.platform == 'ubuntu-latest' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage/coverage.xml
Expand Down

0 comments on commit 2c1891e

Please sign in to comment.