We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c7459 commit 1a16e27Copy full SHA for 1a16e27
.github/workflows/ci-go.yml
@@ -57,7 +57,7 @@ jobs:
57
- run: go mod download
58
- run: go test -coverprofile=coverage.out ./...
59
- run: go tool cover -html=coverage.out -o coverage.html
60
- - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
+ - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
61
with:
62
name: go-${{ matrix.go-version }}-coverage
63
path: coverage.html
0 commit comments