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 0d4dc1e commit 94def28Copy full SHA for 94def28
.github/workflows/ci-go.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: go mod download
26
- run: go test -coverprofile=coverage.out ./...
27
- run: go tool cover -html=coverage.out -o coverage.html
28
- - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
29
with:
30
name: go-coverage
31
path: coverage.html
0 commit comments