Skip to content

Commit

Permalink
Update codecov/codecov-action action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 3, 2024
1 parent c450bf1 commit 026e4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Report
run: go test ./... -race -coverprofile=./cover.txt -covermode=atomic
- name: Upload
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v4.2.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cover.txt
Expand Down

0 comments on commit 026e4ec

Please sign in to comment.