From 90f871408d8fa1973d662d4d0d6a1a98dc92dbeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 22:12:27 +0000 Subject: [PATCH] chore(actions)(deps): bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.6.2...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/js-autofix.yml | 2 +- .github/workflows/manual-release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/js-autofix.yml b/.github/workflows/js-autofix.yml index bd4ee6d1..bd72f5b3 100644 --- a/.github/workflows/js-autofix.yml +++ b/.github/workflows/js-autofix.yml @@ -124,7 +124,7 @@ jobs: fi - name: Upload patch artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: js-fix-patch path: js-fix.patch diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index a372132d..3a938270 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -119,7 +119,7 @@ jobs: run: npm run build --workspace apps/desktop - name: Package one installer or AppImage and verify native payload run: python .github/scripts/manual_release.py package - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: app-${{ matrix.platform }}-${{ matrix.arch }} path: ${{ runner.temp }}/eidolon-release/assets/* @@ -128,7 +128,7 @@ jobs: retention-days: 7 overwrite: false - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: inputs.release_mode == 'replacement-build-only' with: name: proof-${{ matrix.platform }}-${{ matrix.arch }} @@ -168,7 +168,7 @@ jobs: RELEASE_PROOFS: ${{ runner.temp }}/release-proofs RELEASE_HANDOFF: ${{ runner.temp }}/release-handoff run: python3 .github/scripts/manual_release.py prepare-replacement - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: replacement-handoff path: ${{ runner.temp }}/release-handoff/*