Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4 to 5
  • Loading branch information
crazy-max authored Dec 12, 2024
2 parents 043ebe1 + 1a8ac74 commit db63cee
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 @@ -28,7 +28,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 db63cee

Please sign in to comment.