File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 9191 mv build/app/outputs/bundle/release/app-release.aab output/Saber.aab
9292
9393 - name : Upload artifact
94- uses : actions/upload-artifact@v5
94+ uses : actions/upload-artifact@v6
9595 with :
9696 name : Saber-Android-PlayStore
9797 path : output/Saber.aab
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 mv build/app/outputs/flutter-apk/app-release.apk output/$apkName
104104
105105 - name : Upload artifact
106- uses : actions/upload-artifact@v5
106+ uses : actions/upload-artifact@v6
107107 with :
108108 name : ${{ matrix.foss && 'Saber-Android-FOSS' || 'Saber-Android' }}
109109 path : output/${{ steps.rename_apk.outputs.apkName }}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 SENTRY_PROJECT : saber
106106
107107 - name : Upload artifact
108- uses : actions/upload-artifact@v5
108+ uses : actions/upload-artifact@v6
109109 with :
110110 name : Saber-iOS-Archive
111111 path : ${{ steps.move.outputs.ipaPath }}
Original file line number Diff line number Diff line change 9595 tar -C AppDir -czvf $archiveName .
9696
9797 - name : Upload artifact
98- uses : actions/upload-artifact@v5
98+ uses : actions/upload-artifact@v6
9999 with :
100100 name : Saber-Archive-${{ matrix.arch.archive-suffix }}
101101 path : ${{ steps.compress.outputs.archiveName }}
@@ -155,7 +155,7 @@ jobs:
155155 appimage-builder --skip-test
156156
157157 - name : Upload artifact
158- uses : actions/upload-artifact@v5
158+ uses : actions/upload-artifact@v6
159159 with :
160160 name : AppImage artifact
161161 path : appimage/Saber-*-x86_64.AppImage*
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129 SENTRY_PROJECT : saber
130130
131131 - name : Upload artifact
132- uses : actions/upload-artifact@v5
132+ uses : actions/upload-artifact@v6
133133 with :
134134 name : Saber-macOS-Archive
135135 path : build/macos/Build/Products/Release/${{ steps.compress.outputs.zipName }}
Original file line number Diff line number Diff line change 2424 uses : snapcore/action-build@v1
2525
2626 - name : Upload snap artifact
27- uses : actions/upload-artifact@v5
27+ uses : actions/upload-artifact@v6
2828 with :
2929 name : Saber-Snap
3030 path : ${{ steps.build.outputs.snap }}
Original file line number Diff line number Diff line change 5555
5656 - name : Upload test failures
5757 if : failure()
58- uses : actions/upload-artifact@v5
58+ uses : actions/upload-artifact@v6
5959 with :
6060 name : Saber-test-failures
6161 path : test/failures
Original file line number Diff line number Diff line change 7878 mv installers/SaberInstaller.exe installers/$installerName
7979
8080 - name : Upload artifact
81- uses : actions/upload-artifact@v5
81+ uses : actions/upload-artifact@v6
8282 with :
8383 name : Saber-Windows
8484 path : installers/${{ steps.rename.outputs.installerName }}
You can’t perform that action at this time.
0 commit comments