We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c73d4 commit 6b6c4d8Copy full SHA for 6b6c4d8
.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@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
+ uses: codecov/codecov-action@c2fcb216de2b0348de0100baa3ea2cad9f100a01 # v5.1.0
35
with:
36
token: ${{ secrets.CODECOV_TOKEN }}
37
file: coverage.out
0 commit comments