File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
set -euo pipefail
21
21
22
22
GOARCH=amd64 CPU=4 make fuzz
23
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
23
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
24
24
if : failure()
25
25
with :
26
26
path : " ${{env.TARGET_PATH}}/testdata/fuzz/**/*"
Original file line number Diff line number Diff line change 36
36
run : |
37
37
docker image save -o /tmp/etcd-img.tar gcr.io/etcd-development/etcd
38
38
- name : upload-image
39
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
39
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
40
40
with :
41
41
name : etcd-img
42
42
path : /tmp/etcd-img.tar
Original file line number Diff line number Diff line change 42
42
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
43
43
# format to the repository Actions tab.
44
44
- name : " Upload artifact"
45
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
45
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
46
46
with :
47
47
name : SARIF file
48
48
path : results.sarif
You can’t perform that action at this time.
0 commit comments