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 @@ -180,7 +180,7 @@ jobs:
180180 "$_TESTS_RESULT_BUNDLE_PATH" > "$_COVERAGE_PATH"
181181
182182 - name : Upload test reports
183- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
183+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
184184 if : always()
185185 with :
186186 name : test-reports
@@ -208,7 +208,7 @@ jobs:
208208 persist-credentials : false
209209
210210 - name : Download test artifacts
211- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
211+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
212212 with :
213213 name : test-reports
214214
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 "$_TESTS_RESULT_BUNDLE_PATH" > "$_COVERAGE_PATH"
176176
177177 - name : Upload test reports
178- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
178+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
179179 if : always()
180180 with :
181181 name : test-reports
@@ -203,7 +203,7 @@ jobs:
203203 persist-credentials : false
204204
205205 - name : Download test artifacts
206- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
206+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0 .0
207207 with :
208208 name : test-reports
209209
You can’t perform that action at this time.
0 commit comments