File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
rm -rf ${{ runner.temp }}/.gnupg/
62
62
- name : Upload Test reports
63
63
if : always()
64
- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
64
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
65
65
with :
66
66
name : test-report-cache-only
67
67
path : build/reports/tests/test
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5 .0
64
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
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