Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 890bfd0 commit 19a4da8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Run e2e tests
run: go test -race -coverpkg=./... -coverprofile=coverage-e2e.out -covermode=atomic ./e2e/...
- name: Upload coverage to Codecov (unit)
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.2
with:
name: Code Coverage for GO SDK (unit)
files: ./coverage-unit.out
Expand All @@ -67,7 +67,7 @@ jobs:
verbose: true
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
- name: Upload coverage to Codecov (e2e)
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.2
with:
name: Code Coverage for GO SDK (e2e)
files: ./coverage-e2e.out
Expand Down

0 comments on commit 19a4da8

Please sign in to comment.