File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ jobs:
74
74
done
75
75
76
76
- name : Upload built packages
77
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
77
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
78
78
with :
79
79
name : built-packages
80
80
path : ./dist/
81
81
if-no-files-found : warn
82
82
83
83
- name : Upload smoketest-artifacts
84
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
84
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
85
85
with :
86
86
name : smoketest-artifacts
87
87
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
47
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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