chore: bump actions/upload-artifact from 4.5.0 to 4.6.0
Some checks failed
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
Release / msi (arm64) (push) Has been cancelled
Release / msi (x64) (push) Has been cancelled
Release / msi (x86) (push) Has been cancelled
Release / release (push) Has been cancelled

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](6f51ac03b9...65c4c4a1dd)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-10 00:34:08 +00:00 committed by github-actions[bot]
parent dd9fbb6dd9
commit 41bb368a70
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ jobs:
args: build --clean --snapshot --skip=post-hooks --skip=before args: build --clean --snapshot --skip=post-hooks --skip=before
workdir: src workdir: src
- name: Archive production artifacts - name: Archive production artifacts
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with: with:
name: builds name: builds
retention-days: 1 retention-days: 1

View file

@ -63,7 +63,7 @@ jobs:
- name: Post Build 🤐 - name: Post Build 🤐
run: | run: |
./post.ps1 ./post.ps1
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with: with:
name: build-artifacts name: build-artifacts
path: | path: |
@ -100,7 +100,7 @@ jobs:
run: | run: |
$version = '${{ needs.changelog.outputs.version }}'.TrimStart("v") $version = '${{ needs.changelog.outputs.version }}'.TrimStart("v")
./build.ps1 -Architecture ${{ matrix.arch }} -Version $version -Copy -Sign ./build.ps1 -Architecture ${{ matrix.arch }} -Version $version -Copy -Sign
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
with: with:
name: msi-artifact-${{ matrix.arch }} name: msi-artifact-${{ matrix.arch }}
path: | path: |