File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
actions/dispatch-and-download Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9090 done
9191
9292 - name : Download all artifacts
93- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
93+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
9494 id : download
9595 with :
9696 run-id : ${{steps.return_dispatch.outputs.run_id}}
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 echo "export_filepath=$EXPORT_FILEPATH" >> "$GITHUB_OUTPUT"
245245
246246 - name : Upload artifacts to GitHub
247- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
247+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
248248 with :
249249 name : ${{ steps.get_file_paths.outputs.artifact_filename }}
250250 path : ${{ env._EXPORT_PATH }}
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167167 echo '```' >> "$GITHUB_STEP_SUMMARY"
168168
169169 - name : Upload version info artifact
170- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
170+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
171171 with :
172172 name : version-info
173173 path : version_info.json
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ jobs:
177177 "$_TESTS_RESULT_BUNDLE_PATH" > "$_COVERAGE_PATH"
178178
179179 - name : Upload test reports
180- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181181 if : always()
182182 with :
183183 name : test-reports
@@ -205,7 +205,7 @@ jobs:
205205 persist-credentials : false
206206
207207 - name : Download test artifacts
208- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
208+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
209209 with :
210210 name : test-reports
211211
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 "$_TESTS_RESULT_BUNDLE_PATH" > "$_COVERAGE_PATH"
173173
174174 - name : Upload test reports
175- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
175+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
176176 if : always()
177177 with :
178178 name : test-reports
@@ -200,7 +200,7 @@ jobs:
200200 persist-credentials : false
201201
202202 - name : Download test artifacts
203- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
203+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
204204 with :
205205 name : test-reports
206206
You can’t perform that action at this time.
0 commit comments