Skip to content

Commit

Permalink
Merge pull request #7 from sebastienrousseau/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/codecov/codecov-action-5
  • Loading branch information
sebastienrousseau authored Nov 15, 2024
2 parents a6b3346 + e0340a8 commit 52b099d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

# Upload to Codecov.io
- name: Upload to Codecov.io
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ${{ steps.coverage.outputs.report }}

0 comments on commit 52b099d

Please sign in to comment.