mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Build(deps): Bump pyTooling/upload-artifact from 4 to 5 (#574)
Bumps [pyTooling/upload-artifact](https://github.com/pytooling/upload-artifact) from 4 to 5. <details> <summary>Commits</summary> <ul> <li><a href="d836b22a55"><code>d836b22</code></a> Updating v5 from v1.8.4</li> <li><a href="19cdcadbe0"><code>19cdcad</code></a> Updating v5 from v1.8.0.</li> <li><a href="b742b70d78"><code>b742b70</code></a> v1.8.4</li> <li><a href="063efce4a8"><code>063efce</code></a> Checkout repository, so GitHub CLI is happy.</li> <li><a href="e90ef38f2a"><code>e90ef38</code></a> v1.8.3</li> <li><a href="06bcbefd01"><code>06bcbef</code></a> Fixed type in pipeline name and fixed dependencies.</li> <li><a href="7225f1b936"><code>7225f1b</code></a> v1.8.2</li> <li><a href="fc62894665"><code>fc62894</code></a> Don't check file permissions on any Windows image.</li> <li><a href="c5ec35997e"><code>c5ec359</code></a> Try to auto generate a PullRequest on success.</li> <li><a href="c5f36be5d1"><code>c5f36be</code></a> Fixed workflow name.</li> <li>Additional commits viewable in <a href="https://github.com/pytooling/upload-artifact/compare/v4...v5">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@v4
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
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@v4
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
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@v4
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
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@v4
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
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@v4
|
||||
uses: pyTooling/upload-artifact@v5
|
||||
with:
|
||||
name: Page Artifacts
|
||||
working-directory: page/dist/
|
||||
|
||||
Reference in New Issue
Block a user