File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Upload
19- uses : actions/upload-artifact@v4
19+ uses : actions/upload-artifact@v6
2020 with :
2121 name : Event File
2222 path : ${{ github.event_path }}
Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ jobs:
222222 echo "## Download URL" >> $GITHUB_STEP_SUMMARY
223223 echo "[${build_url}](${build_url})" >> $GITHUB_STEP_SUMMARY
224224 - name : Upload build URL
225- uses : actions/upload-artifact@v4
225+ uses : actions/upload-artifact@v6
226226 with :
227227 name : build_url
228228 path : build_url
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109
110110 steps :
111111 - name : Download Artifacts
112- uses : actions/download-artifact@v4
112+ uses : actions/download-artifact@v8.0.1
113113 with :
114114 path : artifacts
115115
Original file line number Diff line number Diff line change @@ -71,12 +71,12 @@ jobs:
7171 runs-on : ubuntu-latest
7272 steps :
7373 - name : Download Artifacts
74- uses : actions/download-artifact@v4
74+ uses : actions/download-artifact@v8.0.1
7575 with :
7676 path : artifacts
7777
7878 - name : Download event file
79- uses : actions/download-artifact@v4
79+ uses : actions/download-artifact@v8.0.1
8080 with :
8181 run-id : ${{ github.event.workflow_run.id }}
8282 path : artifacts
You can’t perform that action at this time.
0 commit comments