Skip to content

Commit

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

Bump codecov/codecov-action from 5.1.2 to 5.3.1
  • Loading branch information
StRigaud authored Jan 28, 2025
2 parents c90ffb0 + 58db14c commit 90c7290
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/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage/coverage.xml
Expand Down

0 comments on commit 90c7290

Please sign in to comment.