We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e766b commit 6395043Copy full SHA for 6395043
.github/workflows/checks.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
go test -v -race -coverprofile="coverage.out" ./... -coverpkg=./...
41
- name: Upload coverage report
42
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
+ uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
43
with:
44
path: coverage.out
45
name: coverage-report-${{matrix.target}}
0 commit comments