mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-06 02:01:58 +02:00
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -145,12 +145,12 @@ jobs:
|
|||||||
node-version-file: '.node-version'
|
node-version-file: '.node-version'
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- name: Download Server Jar
|
- name: Download Server Jar
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: server-jar
|
name: server-jar
|
||||||
path: server
|
path: server
|
||||||
- name: Download GUI Dist
|
- name: Download GUI Dist
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: gui-dist
|
name: gui-dist
|
||||||
- name: Extract GUI for Electron
|
- name: Extract GUI for Electron
|
||||||
@@ -219,7 +219,7 @@ jobs:
|
|||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: gradle/actions/setup-gradle@v5
|
uses: gradle/actions/setup-gradle@v5
|
||||||
- name: Download GUI Dist
|
- name: Download GUI Dist
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: gui-dist
|
name: gui-dist
|
||||||
- name: Extract GUI for Android
|
- name: Extract GUI for Android
|
||||||
@@ -266,18 +266,18 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download All Release Artifacts
|
- name: Download All Release Artifacts
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
pattern: release-*
|
pattern: release-*
|
||||||
path: release-out
|
path: release-out
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
- name: Download Server Jar
|
- name: Download Server Jar
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: server-jar
|
name: server-jar
|
||||||
path: server
|
path: server
|
||||||
- name: Download GUI Dist
|
- name: Download GUI Dist
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v8
|
||||||
with:
|
with:
|
||||||
name: gui-dist
|
name: gui-dist
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
|
|||||||
Reference in New Issue
Block a user