Skip to content

Commit

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

Bump codecov/codecov-action from 5.0.2 to 5.0.7
  • Loading branch information
StRigaud authored Nov 26, 2024
2 parents 430fdaa + 8228ad1 commit 4e1826c
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 @@ -79,7 +79,7 @@ jobs:
- name: Coverage
id: coverage
if: matrix.platform == 'ubuntu-latest' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
uses: codecov/[email protected].2
uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage/coverage.xml
Expand Down

0 comments on commit 4e1826c

Please sign in to comment.