File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
62
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
- run : chmod +x ./artifact/bin/wrpc-wasmtime-nats
140
140
- run : ./artifact/bin/wrpc-wasmtime-nats --version
141
141
142
- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
142
+ - uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
143
143
with :
144
144
name : wrpc-universal-darwin
145
145
path : artifact
You can’t perform that action at this time.
0 commit comments