We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70003d commit 0f6b8cfCopy full SHA for 0f6b8cf
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
go test -race -covermode=atomic -coverprofile=coverage.out ./...
28
29
- name: coverage
30
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
31
with:
32
token: ${{ secrets.CODECOV_TOKEN }}
33
file: coverage.out
0 commit comments