Skip to content

Commit

Permalink
Merge pull request #266 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 Dec 2, 2024
2 parents fa9f3f5 + b6652aa commit a6f0373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage/clover.xml
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a6f0373

Please sign in to comment.