|
58 | 58 | - name: upload binary |
59 | 59 | id: upload-binary |
60 | 60 | if: github.event_name == 'push' |
61 | | - uses: actions/upload-artifact@v5 |
| 61 | + uses: actions/upload-artifact@v6 |
62 | 62 | with: |
63 | 63 | name: texstudio-exe |
64 | 64 | path: build/texstudio.exe |
@@ -125,15 +125,15 @@ jobs: |
125 | 125 |
|
126 | 126 | - name: Upload zip to GitHub Artifacts |
127 | 127 | if: github.event_name == 'push' |
128 | | - uses: actions/upload-artifact@v5 |
| 128 | + uses: actions/upload-artifact@v6 |
129 | 129 | with: |
130 | 130 | name: texstudio-win-qt6-zip |
131 | 131 | path: ./build/package-zip/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.zip |
132 | 132 |
|
133 | 133 | - name: Upload to GitHub Artifacts |
134 | 134 | id: upload-artifact |
135 | 135 | if: github.event_name == 'push' |
136 | | - uses: actions/upload-artifact@v5 |
| 136 | + uses: actions/upload-artifact@v6 |
137 | 137 | with: |
138 | 138 | name: texstudio-win-qt6-exe |
139 | 139 | path: texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe |
@@ -165,13 +165,13 @@ jobs: |
165 | 165 | - name: Upload signed installer to GitHub Artifacts |
166 | 166 | id: upload-artifact-signed |
167 | 167 | if: env.IF_CODESIGN == 'true' && github.event_name == 'push' |
168 | | - uses: actions/upload-artifact@v5 |
| 168 | + uses: actions/upload-artifact@v6 |
169 | 169 | with: |
170 | 170 | name: texstudio-win-qt6-signed-exe |
171 | 171 | path: signed-artifacts/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe |
172 | 172 |
|
173 | 173 | - name: Upload release file(s) |
174 | | - uses: actions/upload-artifact@v5 |
| 174 | + uses: actions/upload-artifact@v6 |
175 | 175 | if: startsWith(github.ref, 'refs/tags/') |
176 | 176 | with: |
177 | 177 | name: release-win |
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | - name: upload binary |
231 | 231 | id: upload-binary |
232 | 232 | if: github.event_name == 'push' |
233 | | - uses: actions/upload-artifact@v5 |
| 233 | + uses: actions/upload-artifact@v6 |
234 | 234 | with: |
235 | 235 | name: texstudio-arm-exe |
236 | 236 | path: build/texstudio.exe |
@@ -297,15 +297,15 @@ jobs: |
297 | 297 |
|
298 | 298 | - name: Upload zip to GitHub Artifacts |
299 | 299 | if: github.event_name == 'push' |
300 | | - uses: actions/upload-artifact@v5 |
| 300 | + uses: actions/upload-artifact@v6 |
301 | 301 | with: |
302 | 302 | name: texstudio-win-arm-qt6-zip |
303 | 303 | path: ./build/package-zip/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.zip |
304 | 304 |
|
305 | 305 | - name: Upload to GitHub Artifacts |
306 | 306 | id: upload-artifact |
307 | 307 | if: github.event_name == 'push' |
308 | | - uses: actions/upload-artifact@v5 |
| 308 | + uses: actions/upload-artifact@v6 |
309 | 309 | with: |
310 | 310 | name: texstudio-win-arm-qt6-exe |
311 | 311 | path: texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe |
@@ -337,13 +337,13 @@ jobs: |
337 | 337 | - name: Upload signed installer to GitHub Artifacts |
338 | 338 | id: upload-artifact-signed |
339 | 339 | if: env.IF_CODESIGN == 'true' && github.event_name == 'push' |
340 | | - uses: actions/upload-artifact@v5 |
| 340 | + uses: actions/upload-artifact@v6 |
341 | 341 | with: |
342 | 342 | name: texstudio-win-arm-qt6-signed-exe |
343 | 343 | path: signed-artifacts/texstudio-win-qt6-${{ steps.package.outputs.VERSION_NAME }}.exe |
344 | 344 |
|
345 | 345 | - name: Upload release file(s) |
346 | | - uses: actions/upload-artifact@v5 |
| 346 | + uses: actions/upload-artifact@v6 |
347 | 347 | if: startsWith(github.ref, 'refs/tags/') |
348 | 348 | with: |
349 | 349 | name: release-win-arm |
@@ -402,13 +402,13 @@ jobs: |
402 | 402 | |
403 | 403 | - name: Upload to Github Artifacts |
404 | 404 | if: github.event_name == 'push' |
405 | | - uses: actions/upload-artifact@v5 |
| 405 | + uses: actions/upload-artifact@v6 |
406 | 406 | with: |
407 | 407 | name: texstudio-linux |
408 | 408 | path: texstudio-linux-${{ steps.package.outputs.VERSION_NAME }}-x86_64.AppImage |
409 | 409 |
|
410 | 410 | - name: Upload release file(s) |
411 | | - uses: actions/upload-artifact@v5 |
| 411 | + uses: actions/upload-artifact@v6 |
412 | 412 | if: startsWith(github.ref, 'refs/tags/') |
413 | 413 | with: |
414 | 414 | name: release-linux |
@@ -504,14 +504,14 @@ jobs: |
504 | 504 | |
505 | 505 | - name: Upload to Github artifacts |
506 | 506 | if: github.event_name == 'push' |
507 | | - uses: actions/upload-artifact@v5 |
| 507 | + uses: actions/upload-artifact@v6 |
508 | 508 | with: |
509 | 509 | name: texstudio-osx |
510 | 510 | path: app |
511 | 511 | # path: texstudio-osx-m1-${{ steps.package.outputs.VERSION_NAME }}.zip |
512 | 512 |
|
513 | 513 | - name: Upload release file(s) |
514 | | - uses: actions/upload-artifact@v5 |
| 514 | + uses: actions/upload-artifact@v6 |
515 | 515 | if: startsWith(github.ref, 'refs/tags/') |
516 | 516 | with: |
517 | 517 | name: release-osx |
@@ -605,14 +605,14 @@ jobs: |
605 | 605 | |
606 | 606 | - name: Upload to Github artifacts |
607 | 607 | if: github.event_name == 'push' |
608 | | - uses: actions/upload-artifact@v5 |
| 608 | + uses: actions/upload-artifact@v6 |
609 | 609 | with: |
610 | 610 | name: texstudio-osx-m1 |
611 | 611 | path: app |
612 | 612 | # path: texstudio-osx-m1-${{ steps.package.outputs.VERSION_NAME }}.zip |
613 | 613 |
|
614 | 614 | - name: Upload release file(s) |
615 | | - uses: actions/upload-artifact@v5 |
| 615 | + uses: actions/upload-artifact@v6 |
616 | 616 | if: startsWith(github.ref, 'refs/tags/') |
617 | 617 | with: |
618 | 618 | name: release-osx-m1 |
|
0 commit comments