mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Build(deps): Bump pyTooling/download-artifact from 5 to 6 (#576)
Bumps [pyTooling/download-artifact](https://github.com/pytooling/download-artifact) from 5 to 6. <details> <summary>Commits</summary> <ul> <li><a href="a8a227bd5a"><code>a8a227b</code></a> Updating v6 from main@1.7.1</li> <li><a href="f5f03e1f88"><code>f5f03e1</code></a> v1.7.1</li> <li><a href="e4621a2735"><code>e4621a2</code></a> Updating v6 from main@1.7.0</li> <li><a href="9deab50146"><code>9deab50</code></a> Fixed used versions in README.</li> <li><a href="677a466894"><code>677a466</code></a> v1.7.0</li> <li><a href="bd4687b2eb"><code>bd4687b</code></a> Fixed pipeline problems.</li> <li><a href="964c37b30f"><code>964c37b</code></a> Additionally verify action on Ubuntu ARM and Windows ARM images.</li> <li><a href="a416052922"><code>a416052</code></a> Detect merge commits and auto tag release commits.</li> <li><a href="56c006c532"><code>56c006c</code></a> Updated README.</li> <li><a href="d14263f8d0"><code>d14263f</code></a> Bumped used GitHub Action images to use macos-15 and windows-2025.</li> <li>Additional commits viewable in <a href="https://github.com/pytooling/download-artifact/compare/v5...v6">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\""
|
||||
|
||||
- name: Download API Set Dumper
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Temp API Set Dumper
|
||||
path: build/release/artifacts
|
||||
@@ -425,20 +425,20 @@ jobs:
|
||||
path: build/${{matrix.preset}}
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.platform }} ${{matrix.configuration}} Artifacts
|
||||
path: build/${{matrix.preset}}/artifacts
|
||||
|
||||
- name: Download Windows Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
if: "${{ matrix.platform != 'Windows x86_64' }}"
|
||||
with:
|
||||
name: Windows x86_64 Release Artifacts
|
||||
path: build/${{matrix.preset}}/artifacts
|
||||
|
||||
- name: Download Emulation Root
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.emulation-root }} Emulation Root
|
||||
path: build/${{matrix.preset}}/artifacts/root
|
||||
@@ -496,13 +496,13 @@ jobs:
|
||||
path: build/${{ matrix.preset }}
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Temp Isolate Windows x86_64 ${{ matrix.configuration}} Artifacts
|
||||
path: build/${{ matrix.preset }}/artifacts
|
||||
|
||||
- name: Download Emulation Root
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.emulation-root }} Emulation Root
|
||||
path: build/${{ matrix.preset }}/artifacts/root
|
||||
@@ -523,19 +523,19 @@ jobs:
|
||||
needs: [create-emulation-root, build]
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Emscripten Node.js Release Artifacts
|
||||
path: build/release/artifacts
|
||||
|
||||
- name: Download Windows Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Windows x86_64 Release Artifacts
|
||||
path: build/release/artifacts
|
||||
|
||||
- name: Download Emulation Root
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Windows 2022 Emulation Root
|
||||
path: build/release/artifacts/root
|
||||
@@ -555,13 +555,13 @@ jobs:
|
||||
needs: [create-emulation-root, build]
|
||||
steps:
|
||||
- name: Download Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: MinGW x86_64 Release Artifacts
|
||||
path: build/release/artifacts
|
||||
|
||||
- name: Download Emulation Root
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Windows 2022 Emulation Root
|
||||
path: build/release/artifacts/root
|
||||
@@ -613,19 +613,19 @@ jobs:
|
||||
sudo udevadm trigger --name-match=kvm
|
||||
|
||||
- name: Download Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Android ${{matrix.architecture}} ${{matrix.configuration}} Artifacts
|
||||
path: build/${{matrix.preset}}/artifacts
|
||||
|
||||
- name: Download Windows Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Windows x86_64 Release Artifacts
|
||||
path: build/${{matrix.preset}}/artifacts
|
||||
|
||||
- name: Download Emulation Root
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.emulation-root }} Emulation Root
|
||||
path: build/${{matrix.preset}}/artifacts/root
|
||||
@@ -651,25 +651,25 @@ jobs:
|
||||
submodules: recursive
|
||||
|
||||
- name: Download Emscripten Web Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Emscripten Web Release Artifacts
|
||||
path: build/release/artifacts/32
|
||||
|
||||
- name: Download Emscripten Web Memory 64 Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Emscripten Web Memory 64 Release Artifacts
|
||||
path: build/release/artifacts/64
|
||||
|
||||
- name: Download Windows Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Windows x86_64 Release Artifacts
|
||||
path: build/release/artifacts
|
||||
|
||||
- name: Download Emulation Root
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Windows 2022 Emulation Root
|
||||
path: build/release/artifacts/root
|
||||
@@ -711,7 +711,7 @@ jobs:
|
||||
id-token: write
|
||||
steps:
|
||||
- name: Download Page Artifacts
|
||||
uses: pyTooling/download-artifact@v5
|
||||
uses: pyTooling/download-artifact@v6
|
||||
with:
|
||||
name: Page Artifacts
|
||||
path: ./page/dist/
|
||||
|
||||
Reference in New Issue
Block a user