Skip to content

Commit c100732

Browse files
committed
fix: fix workflow
1 parent 055471d commit c100732

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tauri_app_build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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/upload-artifact@v4
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/upload-artifact@v4
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/upload-artifact@v4
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/upload-artifact@v4
184184
with:
185185
name: bundle-${{ env.VERSION }}-${{ runner.os }}
186186
path: |
@@ -202,22 +202,22 @@ jobs:
202202
env:
203203
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
204204

205-
- uses: actions/download-artifact@v3
205+
- uses: actions/download-artifact@v4
206206
with:
207207
name: bundle-${{ env.VERSION }}-Windows
208208
path: artifacts
209209

210-
- uses: actions/download-artifact@v3
210+
- uses: actions/download-artifact@v4
211211
with:
212212
name: bundle-${{ env.VERSION }}-Linux
213213
path: artifacts
214214

215-
- uses: actions/download-artifact@v3
215+
- uses: actions/download-artifact@v4
216216
with:
217217
name: iib_app_cli_Windows
218218
path: artifacts
219219

220-
- uses: actions/download-artifact@v3
220+
- uses: actions/download-artifact@v4
221221
with:
222222
name: iib_app_cli_Linux
223223
path: artifacts

0 commit comments

Comments
 (0)