File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -136,29 +136,29 @@ jobs:
136
136
TAURI_PRIVATE_KEY : ${{ secrets.TAURI_PRIVATE_KEY }}
137
137
- name : Upload Linux artifact
138
138
if : matrix.platform == 'ubuntu-22.04'
139
- uses : actions/upload-artifact@v3
139
+ uses : actions/upload-artifact@v4
140
140
with :
141
141
name : linux-artifacts
142
142
path : |
143
143
src-tauri/target/release/bundle/appimage/*
144
144
- name : Upload Linux AppImage
145
145
if : matrix.platform == 'ubuntu-22.04'
146
- uses : actions/upload-artifact@v3
146
+ uses : actions/upload-artifact@v4
147
147
with :
148
148
name : linux-appimage
149
149
path : |
150
150
src-tauri/target/release/bundle/appimage/*.AppImage
151
151
- name : Upload Windows artifact
152
152
if : matrix.platform == 'windows-latest'
153
- uses : actions/upload-artifact@v3
153
+ uses : actions/upload-artifact@v4
154
154
with :
155
155
name : windows-artifacts
156
156
path : |
157
157
src-tauri/target/release/bundle/msi/*
158
158
src-tauri/target/release/app.pdb
159
159
- name : Additionally upload Windows installer separately
160
160
if : matrix.platform == 'windows-latest'
161
- uses : actions/upload-artifact@v3
161
+ uses : actions/upload-artifact@v4
162
162
with :
163
163
name : windows-msi
164
164
path : |
Original file line number Diff line number Diff line change 59
59
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
60
TAURI_PRIVATE_KEY : ${{ secrets.TAURI_PRIVATE_KEY }}
61
61
- name : upload build artifact
62
- uses : actions/upload-artifact@v3
62
+ uses : actions/upload-artifact@v4
63
63
with :
64
64
path : |
65
65
src-tauri/target/release/bundle/appimage/*AppImage*
90
90
runs-on : ubuntu-22.04
91
91
steps :
92
92
- uses : actions/checkout@v4
93
- - uses : actions/download-artifact@v3
93
+ - uses : actions/download-artifact@v4
94
94
- name : Create release file
95
95
run : |
96
96
python3 scripts/create-release-file.py --version ${{github.ref_name}}
You can’t perform that action at this time.
0 commit comments