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 bb9e433 commit e7cbc9cCopy full SHA for e7cbc9c
.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@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
54
with:
55
name: coverage
56
path: coverage.out
0 commit comments