mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-10 16:16:16 +00:00
Build(deps): Bump pyTooling/download-artifact from 6 to 7 (#652)
Bumps [pyTooling/download-artifact](https://github.com/pytooling/download-artifact) from 6 to 7. <details> <summary>Commits</summary> <ul> <li><a href="69afcc046e"><code>69afcc0</code></a> Updating v7 from main@1.8.0</li> <li><a href="8533c61bab"><code>8533c61</code></a> v1.8.0</li> <li><a href="e87511ff36"><code>e87511f</code></a> Fixed counting of extracted files.</li> <li><a href="84dad12e41"><code>84dad12</code></a> Updated actions/upload-artifact@v5 to actions/upload-artifact@v6.</li> <li><a href="4ccb97fdd1"><code>4ccb97f</code></a> Updated README.</li> <li><a href="c154d16f8b"><code>c154d16</code></a> Updated actions/download-artifact@v6 to actions/download-artifact@v7.</li> <li><a href="a53277f474"><code>a53277f</code></a> Updated actions/checkout to <a href="https://github.com/v6"><code>@v6</code></a>.</li> <li>See full diff in <a href="https://github.com/pytooling/download-artifact/compare/v6...v7">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
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