|
68 | 68 | run: ./gradlew :server:desktop:shadowJar |
69 | 69 |
|
70 | 70 | - name: Upload the Server JAR as a Build Artifact |
71 | | - uses: actions/upload-artifact@v5 |
| 71 | + uses: actions/upload-artifact@v6 |
72 | 72 | with: |
73 | 73 | # Artifact name |
74 | 74 | name: 'SlimeVR-Server' # optional, default is artifact |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | ANDROID_KEY_PASSWD: ${{ secrets.ANDROID_KEY_PASSWD }} |
128 | 128 |
|
129 | 129 | - name: Upload the Android build artifact |
130 | | - uses: actions/upload-artifact@v5 |
| 130 | + uses: actions/upload-artifact@v6 |
131 | 131 | with: |
132 | 132 | # Artifact name |
133 | 133 | name: 'SlimeVR-Android' # optional, default is artifact |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | ANDROID_KEY_PASSWD: ${{ secrets.ANDROID_GPLAY_KEY_PASSWD }} |
159 | 159 |
|
160 | 160 | - name: Upload the Google Play artifact |
161 | | - uses: actions/upload-artifact@v5 |
| 161 | + uses: actions/upload-artifact@v6 |
162 | 162 | if: startsWith(github.ref, 'refs/tags/') |
163 | 163 | with: |
164 | 164 | # Artifact name |
@@ -230,23 +230,23 @@ jobs: |
230 | 230 | run: | |
231 | 231 | tar czf slimevr-gui-dist.tar.gz -C gui/dist/ . |
232 | 232 |
|
233 | | - - uses: actions/upload-artifact@v5 |
| 233 | + - uses: actions/upload-artifact@v6 |
234 | 234 | if: matrix.os == 'ubuntu-latest' |
235 | 235 | with: |
236 | 236 | name: SlimeVR-GUI-Dist |
237 | 237 | path: ./slimevr-gui-dist.tar.gz |
238 | 238 |
|
239 | | - - uses: actions/upload-artifact@v5 |
| 239 | + - uses: actions/upload-artifact@v6 |
240 | 240 | with: |
241 | 241 | name: ${{ format('SlimeVR-GUI-Deb-{0}', env.BUILD_ARCH) }} |
242 | 242 | path: target/release/bundle/deb/slimevr*.deb |
243 | 243 |
|
244 | | - - uses: actions/upload-artifact@v5 |
| 244 | + - uses: actions/upload-artifact@v6 |
245 | 245 | with: |
246 | 246 | name: ${{ format('SlimeVR-GUI-AppImage-{0}', env.BUILD_ARCH) }} |
247 | 247 | path: target/release/bundle/appimage/slimevr*.AppImage |
248 | 248 |
|
249 | | - - uses: actions/upload-artifact@v5 |
| 249 | + - uses: actions/upload-artifact@v6 |
250 | 250 | with: |
251 | 251 | name: ${{ format('SlimeVR-GUI-RPM-{0}', env.BUILD_ARCH) }} |
252 | 252 | path: target/release/bundle/rpm/slimevr*.rpm |
@@ -320,12 +320,12 @@ jobs: |
320 | 320 | --volicon ../macos/SlimeVR.app/Contents/Resources/icon.icns --skip-jenkins \ |
321 | 321 | --eula ../../../../../LICENSE-MIT slimevr.dmg ../macos/SlimeVR.app |
322 | 322 |
|
323 | | - - uses: actions/upload-artifact@v5 |
| 323 | + - uses: actions/upload-artifact@v6 |
324 | 324 | with: |
325 | 325 | name: SlimeVR-GUI-MacApp |
326 | 326 | path: target/universal-apple-darwin/release/bundle/macos/SlimeVR*.app |
327 | 327 |
|
328 | | - - uses: actions/upload-artifact@v5 |
| 328 | + - uses: actions/upload-artifact@v6 |
329 | 329 | with: |
330 | 330 | name: SlimeVR-GUI-MacDmg |
331 | 331 | path: target/universal-apple-darwin/release/bundle/dmg/slimevr.dmg |
@@ -399,7 +399,7 @@ jobs: |
399 | 399 | cp target/release/slimevr.exe ./SlimeVR/ |
400 | 400 | 7z a -tzip "SlimeVR-$BUILD_ARCH.zip" ./SlimeVR/ |
401 | 401 |
|
402 | | - - uses: actions/upload-artifact@v5 |
| 402 | + - uses: actions/upload-artifact@v6 |
403 | 403 | with: |
404 | 404 | name: ${{ format('SlimeVR-GUI-Windows-{0}', env.BUILD_ARCH) }} |
405 | 405 | path: ./SlimeVR*.zip |
|
0 commit comments