We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae0853 commit ba1a553Copy full SHA for ba1a553
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
go test -race -covermode=atomic -coverprofile=coverage.out ./...
32
33
- name: coverage
34
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3
+ uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7 # v4
35
with:
36
token: ${{ secrets.CODECOV_TOKEN }}
37
file: coverage.out
0 commit comments