Skip to content

Commit

Permalink
Merge pull request #473 from docker/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

chore(deps): Bump codecov/codecov-action from 4 to 5
  • Loading branch information
crazy-max authored Nov 18, 2024
2 parents c85c22a + 86622a9 commit a4c10ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a4c10ad

Please sign in to comment.