We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b924b commit b8b0919Copy full SHA for b8b0919
.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@9ee08a3b00e91a926cc9547dc79589c20872452f # v3.2.0
30
with:
31
name: golang-coverage-report
32
path: coverage.out
0 commit comments