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 1675e31 commit 325b1f3Copy full SHA for 325b1f3
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
go tool cover -html=cover.out -o=cover.html
42
43
- name: Upload test coverage report artifact
44
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
45
with:
46
name: cover.html
47
path: cover.html
.github/workflows/build_ghcr.yml
0 commit comments