Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
mergify[bot] authored Nov 23, 2024
2 parents a46edb5 + 7de242e commit 3ceeab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go test -coverprofile=coverage.txt ./...

- name: Upload codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand All @@ -63,7 +63,7 @@ jobs:
run: make test-integration

- name: Upload codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
run: make test-e2e

- name: Upload codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 3ceeab0

Please sign in to comment.