File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 - name : Dump upload url to file
2424 run : echo '${{ steps.create_release.outputs.upload_url }}' > upload_url
2525 - name : Upload upload_url
26- uses : actions/upload-artifact@v1
26+ uses : actions/upload-artifact@v4
2727 with :
2828 name : upload_url
2929 path : upload_url
@@ -60,11 +60,11 @@ jobs:
6060 cd image
6161 ./build.sh
6262 - name : Download upload_url
63- uses : actions/download-artifact@v1
63+ uses : actions/download-artifact@v4
6464 with :
6565 name : upload_url
6666 - name : Set upload_url
67- run : echo "UPLOAD_URL=$(cat upload_url/upload_url )" >> $GITHUB_ENV
67+ run : echo "UPLOAD_URL=$(cat upload_url)" >> $GITHUB_ENV
6868 - name : Set release version
6969 run : echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
7070 - name : Upload image
Original file line number Diff line number Diff line change 2222 - name : Dump upload url to file
2323 run : echo '${{ steps.create_release.outputs.upload_url }}' > upload_url
2424 - name : Upload upload_url
25- uses : actions/upload-artifact@v1
25+ uses : actions/upload-artifact@v4
2626 with :
2727 name : upload_url
2828 path : upload_url
@@ -59,11 +59,11 @@ jobs:
5959 cd image
6060 ./build.sh
6161 - name : Download upload_url
62- uses : actions/download-artifact@v1
62+ uses : actions/download-artifact@v4
6363 with :
6464 name : upload_url
6565 - name : Set upload_url
66- run : echo "UPLOAD_URL=$(cat upload_url/upload_url )" >> $GITHUB_ENV
66+ run : echo "UPLOAD_URL=$(cat upload_url)" >> $GITHUB_ENV
6767 - name : Set release version
6868 run : echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
6969 - name : Upload image
You can’t perform that action at this time.
0 commit comments