File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,14 +83,14 @@ jobs:
83
83
echo "hashes=$(sha256sum ./dist/* | base64 -w0)" >> $GITHUB_OUTPUT
84
84
85
85
- name : Upload built packages
86
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
86
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
87
87
with :
88
88
name : built-packages
89
89
path : ./dist/
90
90
if-no-files-found : warn
91
91
92
92
- name : Upload smoketest-artifacts
93
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
93
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
94
94
with :
95
95
name : smoketest-artifacts
96
96
path : smoketest-artifacts/
Original file line number Diff line number Diff line change 44
44
45
45
# Upload the results as artifacts (optional).
46
46
- name : " Upload artifact"
47
- uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
47
+ uses : actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4.3.5
48
48
with :
49
49
name : SARIF file
50
50
path : results.sarif
You can’t perform that action at this time.
0 commit comments