File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
docker-import-digests-push-manifest Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 # Create an artifact out of the generated documentation so that it can be
144144 # debugged if necessary:
145145 - name : Create docs artifact
146- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
146+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
147147 with :
148148 name : site
149149 path : site
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ jobs:
392392 > results.sarif
393393
394394 - name : Upload artifact
395- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
395+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
396396 with :
397397 name : SARIF file
398398 path : results.sarif
Original file line number Diff line number Diff line change 6969 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
7070 # format to the repository Actions tab.
7171 - name : " Upload artifact"
72- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
72+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7373 with :
7474 name : SARIF file
7575 path : results.sarif
Original file line number Diff line number Diff line change 7171 "staging-path=$stagingPath" >> ${env:GITHUB_OUTPUT}
7272
7373 - name : Download artifact
74- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
74+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
7575 with :
7676 name : ${{ inputs.artifact-to-sign }}
7777 path : ${{ steps.get-staging-path.outputs.staging-path }}
@@ -151,7 +151,7 @@ runs:
151151 }
152152
153153 - name : Upload signed artifacts
154- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
154+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
155155 with :
156156 name : ${{ inputs.signed-artifact-name }}
157157 path : ${{ steps.get-staging-path.outputs.staging-path }}
Original file line number Diff line number Diff line change 3535 STEPS_BUILD_OUTPUTS_DIGEST : ${{ inputs.digest }}
3636
3737 - name : Upload digest
38- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
38+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
3939 with :
4040 name : digests-${{ steps.prepare.outputs.platform-pair }}
4141 path : ${{ runner.temp }}/digests/*
Original file line number Diff line number Diff line change 3636 persist-credentials : false
3737
3838 - name : Download digests
39- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
39+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
4040 with :
4141 path : ${{ runner.temp }}/digests
4242 pattern : digests-*
You can’t perform that action at this time.
0 commit comments