Skip to content

Commit

Permalink
Merge pull request #221 from tonistiigi/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5

chore(deps): Bump codecov/codecov-action from 4 to 5
  • Loading branch information
crazy-max authored Nov 21, 2024
2 parents 31cf1f4 + 211ad80 commit 0789dc5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
targets: test-${{ matrix.mode }}
-
name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
directory: ${{ env.DESTDIR }}/coverage
flags: unit,${{ matrix.mode }},go-${{ matrix.go }}
Expand Down Expand Up @@ -121,9 +121,9 @@ jobs:
-
name: Upload coverage
if: always()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
files: ./coverage.txt
env_vars: RUNNER_OS
flags: unit,go-${{ matrix.go }}
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -180,8 +180,8 @@ jobs:
-
name: Upload coverage
if: always()
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
file: ./coverage.txt
files: ./coverage.txt
flags: unit,${{ matrix.os }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0789dc5

Please sign in to comment.