File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ jobs:
5353 if : matrix.os == 'windows-latest'
5454
5555 - name : Upload Server Artifacts
56- uses : actions/upload -artifact@v3
56+ uses : actions/download -artifact@main
5757 with :
5858 name : iib_app_cli_${{ runner.os }}
5959 path : |
6060 out/iib_app_cli-${{ env.VERSION }}-${{ runner.os }}
6161 out/iib_app_cli-${{ env.VERSION }}-${{ runner.os }}.exe
6262
6363 - name : Upload Server Artifacts
64- uses : actions/upload -artifact@v3
64+ uses : actions/download -artifact@main
6565 with :
6666 name : iib_api_server-${{ env.VERSION }}-${{ runner.os }}
6767 path : |
@@ -104,7 +104,7 @@ jobs:
104104
105105
106106 - name : Upload Artifacts
107- uses : actions/upload -artifact@v3
107+ uses : actions/download -artifact@main
108108 with :
109109 name : bundle-${{ env.VERSION }}-${{ runner.os }}
110110 path : |
@@ -180,7 +180,7 @@ jobs:
180180 mv "Infinite Image Browsing_${{ env.VERSION }}_x64-setup.exe" "Infinite Image Browsing_${{ env.VERSION }}_x64-setup-pyinstaller.exe"
181181
182182 - name : Upload Artifacts
183- uses : actions/upload -artifact@v3
183+ uses : actions/download -artifact@main
184184 with :
185185 name : bundle-${{ env.VERSION }}-${{ runner.os }}
186186 path : |
You can’t perform that action at this time.
0 commit comments