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 35
35
args : release --clean --snapshot --skip sign
36
36
env :
37
37
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
- - uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
38
+ - uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
39
39
with :
40
40
name : artifacts
41
41
path : dist/*
Original file line number Diff line number Diff line change 55
55
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
56
56
# format to the repository Actions tab.
57
57
- name : " Upload artifact"
58
- uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2 .0
58
+ uses : actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3 .0
59
59
with :
60
60
name : SARIF file
61
61
path : results.sarif
You can’t perform that action at this time.
0 commit comments