Skip to content

Commit

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

chore(deps): Bump codecov/codecov-action from 4 to 5
  • Loading branch information
crazy-max authored Nov 26, 2024
2 parents 70dd953 + 40532c5 commit 92fb0d7
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 92fb0d7

Please sign in to comment.