Skip to content

Commit

Permalink
deps: update codecov/codecov-action action to v5 (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and lukasmetzner committed Nov 19, 2024
1 parent 037f103 commit 6330919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- run: go test -v -race -coverprofile=coverage.txt ./...

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: >
!startsWith(github.head_ref, 'renovate/') &&
!startsWith(github.head_ref, 'release-please--')
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
go test ./tests/e2e -tags e2e -v -race -timeout 60m -coverprofile=coverage.txt
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
if: >
!startsWith(github.head_ref, 'renovate/') &&
!startsWith(github.head_ref, 'release-please--')
Expand Down

0 comments on commit 6330919

Please sign in to comment.