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 73
73
rm -rf ${{ runner.temp }}/.gnupg/
74
74
- name : Upload Test reports - All
75
75
if : always()
76
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
76
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
77
77
with :
78
78
name : test-report-abort-mission-${{ matrix.os }}
79
79
path : |
Original file line number Diff line number Diff line change 61
61
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
62
62
# format to the repository Actions tab.
63
63
- name : " Upload artifact"
64
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
64
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
65
65
with :
66
66
name : SARIF file
67
67
path : results.sarif
You can’t perform that action at this time.
0 commit comments