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 a4ac91c commit 75a9485Copy full SHA for 75a9485
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
run: go test -v -race -coverprofile=coverage.out ./...
51
52
- name: Upload coverage
53
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
+ uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
54
with:
55
name: coverage
56
path: coverage.out
0 commit comments