We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e43d88d commit 737f09cCopy full SHA for 737f09c
.github/workflows/Build.yaml
@@ -20,7 +20,7 @@ jobs:
20
go-version: '^1.20' # The Go version to download (if necessary) and use.
21
- name: build go module
22
run: make && zip --junk-paths k6.zip k6
23
- - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
24
with:
25
name: k6.zip
26
path: k6.zip
0 commit comments