File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,21 +99,21 @@ jobs:
9999 # format to the repository Actions tab.
100100 - name : " Upload artifact"
101101 if : ${{ !cancelled() }}
102- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
102+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
103103 with :
104104 name : OSV Scanner SARIF file
105105 path : ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
106106 retention-days : 5
107107 - name : " Upload old scan json results"
108108 if : ${{ !cancelled() }}
109- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
109+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
110110 with :
111111 name : ${{ inputs.matrix-property }}old-json-results
112112 path : ${{ inputs.matrix-property }}old-results.json
113113 retention-days : 5
114114 - name : " Upload new scan json results"
115115 if : ${{ !cancelled() }}
116- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
116+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
117117 with :
118118 name : ${{ inputs.matrix-property }}new-json-results
119119 path : ${{ inputs.matrix-property }}new-results.json
Original file line number Diff line number Diff line change 7171 submodules : ${{ inputs.checkout-submodules }}
7272 ref : ${{ inputs.ref }}
7373 - name : " Download custom artifact if specified"
74- uses : actions/download-artifact@v6
74+ uses : actions/download-artifact@v7
7575 if : " ${{ inputs.download-artifact != '' }}"
7676 with :
7777 name : " ${{ inputs.download-artifact }}"
9797 - name : " Upload artifact"
9898 id : " upload_artifact"
9999 if : ${{ !cancelled() }}
100- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
100+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
101101 with :
102102 name : ${{ inputs.matrix-property }}OSV Scanner SARIF file
103103 path : ${{ inputs.matrix-property }}${{ inputs.results-file-name }}
You can’t perform that action at this time.
0 commit comments