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 Dec 4, 2024
1 parent 3d1615a commit 24541fa
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.0.7
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.0.7
with:
name: Code Coverage for GO SDK (e2e)
files: ./coverage-e2e.out
Expand Down

0 comments on commit 24541fa

Please sign in to comment.