Skip to content

Commit d5a200b

Browse files
Merge pull request #89 from sebastienrousseau/dependabot/github_actions/codecov/codecov-action-5
2 parents 289dc8d + a53666f commit d5a200b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

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

0 commit comments

Comments
 (0)