Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v5 (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: German Lashevich <[email protected]>
  • Loading branch information
renovate[bot] and Zebradil authored Nov 26, 2024
1 parent a47b2ed commit c2c9736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/job-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Test
run: go test -failfast -race -coverpkg=./... -covermode=atomic -coverprofile=coverage.txt ./...
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5.0.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt
files: ./coverage.txt
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
Expand Down

0 comments on commit c2c9736

Please sign in to comment.