File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 81
81
echo "REGO_ARTIFACT_PATH=${{ env.REGO_ARTIFACT_PATH }}" >> $GITHUB_OUTPUT
82
82
83
83
- name : Upload artifact
84
- uses : actions/upload-artifact@v3
84
+ uses : actions/upload-artifact@v4
85
85
with :
86
86
name : ${{ env.REGO_ARTIFACT_KEY_NAME }}
87
87
path : ${{ env.REGO_ARTIFACT_PATH }}/
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
echo "REGO_ARTIFACT_KEY_NAME=${{ env.REGO_ARTIFACT_KEY_NAME }}" >> $GITHUB_OUTPUT
102
102
echo "REGO_ARTIFACT_PATH=${{ env.REGO_ARTIFACT_PATH }}" >> $GITHUB_OUTPUT
103
103
104
- -
uses :
actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # ratchet:actions/[email protected]
104
+ - uses : actions/upload-artifact@v4
105
105
name : Upload artifact
106
106
with :
107
107
name : ${{ env.REGO_ARTIFACT_KEY_NAME }}
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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
You can’t perform that action at this time.
0 commit comments