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 />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyTooling/upload-artifact&package-manager=github_actions&previous-version=5&new-version=6)](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:
Maurice Heumann
2026-01-02 08:56:14 +01:00
committed by GitHub

View File

@@ -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/