We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154799d commit 12d7331Copy full SHA for 12d7331
.github/workflows/ci-go.yml
@@ -88,7 +88,7 @@ jobs:
88
- run: go mod download
89
- run: go test -coverprofile=coverage.out ./...
90
- run: go tool cover -html=coverage.out -o coverage.html
91
- - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
+ - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
92
with:
93
name: go-${{ matrix.go-version }}-coverage
94
path: coverage.html
0 commit comments