mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Build(deps): Bump pyTooling/upload-artifact from 5 to 6 (#647)
Bumps [pyTooling/upload-artifact](https://github.com/pytooling/upload-artifact) from 5 to 6. <details> <summary>Commits</summary> <ul> <li><a href="0f92d40038"><code>0f92d40</code></a> Updating v6 from v1.9.0</li> <li><a href="838354d2fe"><code>838354d</code></a> v1.9.0</li> <li><a href="67a1397d47"><code>67a1397</code></a> Updated README.</li> <li><a href="caa201b39e"><code>caa201b</code></a> Updated actions/download-artifact@v6 to actions/download-artifact@v7.</li> <li><a href="b9a059b0d1"><code>b9a059b</code></a> Updated actions/upload-artifact@v5 to actions/upload-artifact@v6.</li> <li><a href="8f70c57195"><code>8f70c57</code></a> Updated actions/checkout@v5 to actions/checkout@v6.</li> <li>See full diff in <a href="https://github.com/pytooling/upload-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:
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@@ -96,7 +96,7 @@ jobs:
|
||||
run: cmake --preset=release && cmake --build --preset=release -t dump-apiset
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
uses: pyTooling/upload-artifact@v6
|
||||
with:
|
||||
name: Temp API Set Dumper
|
||||
working-directory: build/release/artifacts/
|
||||
@@ -147,7 +147,7 @@ jobs:
|
||||
run: cd root && ../build/release/artifacts/dump-apiset.exe
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
uses: pyTooling/upload-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.platform }} Emulation Root
|
||||
path: "*"
|
||||
@@ -292,7 +292,7 @@ jobs:
|
||||
run: cmake --preset=${{matrix.preset}} ${{matrix.cmake-options}} && cmake --build --preset=${{matrix.preset}}
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
uses: pyTooling/upload-artifact@v6
|
||||
with:
|
||||
name: ${{ matrix.platform }} ${{matrix.configuration}} Artifacts
|
||||
working-directory: build/${{matrix.preset}}/artifacts/
|
||||
@@ -347,7 +347,7 @@ jobs:
|
||||
run: cmake --preset=${{matrix.preset}} ${{matrix.cmake-options}} && cmake --build --preset=${{matrix.preset}}
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
uses: pyTooling/upload-artifact@v6
|
||||
with:
|
||||
name: Temp Isolate ${{ matrix.platform }} ${{matrix.configuration}} Artifacts
|
||||
working-directory: build/${{matrix.preset}}/artifacts/
|
||||
@@ -693,7 +693,7 @@ jobs:
|
||||
run: cd ./page && npm i && npm run build
|
||||
|
||||
- name: Upload Page Artifacts
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
uses: pyTooling/upload-artifact@v6
|
||||
with:
|
||||
name: Page Artifacts
|
||||
working-directory: page/dist/
|
||||
|
||||
Reference in New Issue
Block a user