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 106a9be commit d956722Copy full SHA for d956722
.github/workflows/ci-go.yml
@@ -101,7 +101,7 @@ jobs:
101
- run: go mod download
102
- run: go test -coverprofile=coverage.out ./...
103
- run: go tool cover -html=coverage.out -o coverage.html
104
- - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
+ - uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
105
with:
106
name: go-${{ matrix.go-version }}-coverage
107
path: coverage.html
0 commit comments