We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac791f commit 196786fCopy full SHA for 196786f
.github/workflows/test-and-tag.yml
@@ -27,7 +27,7 @@ jobs:
27
go test ./... -race -covermode=atomic -coverprofile=coverage.out
28
29
- name: Upload coverage to Codecov
30
- uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
+ uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4.2.0
31
with:
32
files: coverage.out
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments