We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70003d commit d921238Copy full SHA for d921238
.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@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5.0.6
31
with:
32
token: ${{ secrets.CODECOV_TOKEN }}
33
file: coverage.out
0 commit comments