mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Build(deps): Bump pyTooling/download-artifact from 6 to 7
Bumps [pyTooling/download-artifact](https://github.com/pytooling/download-artifact) from 6 to 7. - [Release notes](https://github.com/pytooling/download-artifact/releases) - [Commits](https://github.com/pytooling/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: pyTooling/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
38
.github/workflows/build.yml
vendored
38
.github/workflows/build.yml
vendored
@@ -135,7 +135,7 @@ jobs:
|
|||||||
run: "cmd /c \"start /wait .\\dxrt\\dxsetup.exe /silent\""
|
run: "cmd /c \"start /wait .\\dxrt\\dxsetup.exe /silent\""
|
||||||
|
|
||||||
- name: Download API Set Dumper
|
- name: Download API Set Dumper
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Temp API Set Dumper
|
name: Temp API Set Dumper
|
||||||
path: build/release/artifacts
|
path: build/release/artifacts
|
||||||
@@ -425,20 +425,20 @@ jobs:
|
|||||||
path: build/${{matrix.preset}}
|
path: build/${{matrix.preset}}
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.platform }} ${{matrix.configuration}} Artifacts
|
name: ${{ matrix.platform }} ${{matrix.configuration}} Artifacts
|
||||||
path: build/${{matrix.preset}}/artifacts
|
path: build/${{matrix.preset}}/artifacts
|
||||||
|
|
||||||
- name: Download Windows Artifacts
|
- name: Download Windows Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
if: "${{ matrix.platform != 'Windows x86_64' }}"
|
if: "${{ matrix.platform != 'Windows x86_64' }}"
|
||||||
with:
|
with:
|
||||||
name: Windows x86_64 Release Artifacts
|
name: Windows x86_64 Release Artifacts
|
||||||
path: build/${{matrix.preset}}/artifacts
|
path: build/${{matrix.preset}}/artifacts
|
||||||
|
|
||||||
- name: Download Emulation Root
|
- name: Download Emulation Root
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.emulation-root }} Emulation Root
|
name: ${{ matrix.emulation-root }} Emulation Root
|
||||||
path: build/${{matrix.preset}}/artifacts/root
|
path: build/${{matrix.preset}}/artifacts/root
|
||||||
@@ -496,13 +496,13 @@ jobs:
|
|||||||
path: build/${{ matrix.preset }}
|
path: build/${{ matrix.preset }}
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Temp Isolate Windows x86_64 ${{ matrix.configuration}} Artifacts
|
name: Temp Isolate Windows x86_64 ${{ matrix.configuration}} Artifacts
|
||||||
path: build/${{ matrix.preset }}/artifacts
|
path: build/${{ matrix.preset }}/artifacts
|
||||||
|
|
||||||
- name: Download Emulation Root
|
- name: Download Emulation Root
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.emulation-root }} Emulation Root
|
name: ${{ matrix.emulation-root }} Emulation Root
|
||||||
path: build/${{ matrix.preset }}/artifacts/root
|
path: build/${{ matrix.preset }}/artifacts/root
|
||||||
@@ -523,19 +523,19 @@ jobs:
|
|||||||
needs: [create-emulation-root, build]
|
needs: [create-emulation-root, build]
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Emscripten Node.js Release Artifacts
|
name: Emscripten Node.js Release Artifacts
|
||||||
path: build/release/artifacts
|
path: build/release/artifacts
|
||||||
|
|
||||||
- name: Download Windows Artifacts
|
- name: Download Windows Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Windows x86_64 Release Artifacts
|
name: Windows x86_64 Release Artifacts
|
||||||
path: build/release/artifacts
|
path: build/release/artifacts
|
||||||
|
|
||||||
- name: Download Emulation Root
|
- name: Download Emulation Root
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Windows 2022 Emulation Root
|
name: Windows 2022 Emulation Root
|
||||||
path: build/release/artifacts/root
|
path: build/release/artifacts/root
|
||||||
@@ -555,13 +555,13 @@ jobs:
|
|||||||
needs: [create-emulation-root, build]
|
needs: [create-emulation-root, build]
|
||||||
steps:
|
steps:
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: MinGW x86_64 Release Artifacts
|
name: MinGW x86_64 Release Artifacts
|
||||||
path: build/release/artifacts
|
path: build/release/artifacts
|
||||||
|
|
||||||
- name: Download Emulation Root
|
- name: Download Emulation Root
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Windows 2022 Emulation Root
|
name: Windows 2022 Emulation Root
|
||||||
path: build/release/artifacts/root
|
path: build/release/artifacts/root
|
||||||
@@ -613,19 +613,19 @@ jobs:
|
|||||||
sudo udevadm trigger --name-match=kvm
|
sudo udevadm trigger --name-match=kvm
|
||||||
|
|
||||||
- name: Download Artifacts
|
- name: Download Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Android ${{matrix.architecture}} ${{matrix.configuration}} Artifacts
|
name: Android ${{matrix.architecture}} ${{matrix.configuration}} Artifacts
|
||||||
path: build/${{matrix.preset}}/artifacts
|
path: build/${{matrix.preset}}/artifacts
|
||||||
|
|
||||||
- name: Download Windows Artifacts
|
- name: Download Windows Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Windows x86_64 Release Artifacts
|
name: Windows x86_64 Release Artifacts
|
||||||
path: build/${{matrix.preset}}/artifacts
|
path: build/${{matrix.preset}}/artifacts
|
||||||
|
|
||||||
- name: Download Emulation Root
|
- name: Download Emulation Root
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.emulation-root }} Emulation Root
|
name: ${{ matrix.emulation-root }} Emulation Root
|
||||||
path: build/${{matrix.preset}}/artifacts/root
|
path: build/${{matrix.preset}}/artifacts/root
|
||||||
@@ -651,25 +651,25 @@ jobs:
|
|||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Download Emscripten Web Artifacts
|
- name: Download Emscripten Web Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Emscripten Web Release Artifacts
|
name: Emscripten Web Release Artifacts
|
||||||
path: build/release/artifacts/32
|
path: build/release/artifacts/32
|
||||||
|
|
||||||
- name: Download Emscripten Web Memory 64 Artifacts
|
- name: Download Emscripten Web Memory 64 Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Emscripten Web Memory 64 Release Artifacts
|
name: Emscripten Web Memory 64 Release Artifacts
|
||||||
path: build/release/artifacts/64
|
path: build/release/artifacts/64
|
||||||
|
|
||||||
- name: Download Windows Artifacts
|
- name: Download Windows Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Windows x86_64 Release Artifacts
|
name: Windows x86_64 Release Artifacts
|
||||||
path: build/release/artifacts
|
path: build/release/artifacts
|
||||||
|
|
||||||
- name: Download Emulation Root
|
- name: Download Emulation Root
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Windows 2022 Emulation Root
|
name: Windows 2022 Emulation Root
|
||||||
path: build/release/artifacts/root
|
path: build/release/artifacts/root
|
||||||
@@ -711,7 +711,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Download Page Artifacts
|
- name: Download Page Artifacts
|
||||||
uses: pyTooling/download-artifact@v6
|
uses: pyTooling/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: Page Artifacts
|
name: Page Artifacts
|
||||||
path: ./page/dist/
|
path: ./page/dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user