Skip to content

Commit

Permalink
Merge pull request #180 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 Jan 8, 2025
2 parents fdbeaac + 2b8ac83 commit 49a12c4
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 @@ -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
files: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 49a12c4

Please sign in to comment.