We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3367a commit 1b382e8Copy full SHA for 1b382e8
.github/workflows/test.golang.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Run golang tests
27
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
28
- name: Archive code coverage results
29
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
30
with:
31
name: golang-coverage-report
32
path: coverage.out
0 commit comments