From be25f8f25e99327fee1c067c13035aa3a9eb786a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:39:49 +0000 Subject: [PATCH] deps(actions): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/desktop-electron-release.yml | 4 ++-- .github/workflows/desktop.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-electron-release.yml b/.github/workflows/desktop-electron-release.yml index a05472fa1..a1bc090c3 100644 --- a/.github/workflows/desktop-electron-release.yml +++ b/.github/workflows/desktop-electron-release.yml @@ -75,7 +75,7 @@ jobs: - name: Build vault-wasm (nodejs target) working-directory: desktop/vault-wasm run: wasm-pack build --target nodejs --release - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: vault-wasm-pkg path: desktop/vault-wasm/pkg/ @@ -254,7 +254,7 @@ jobs: # (empty CSC_LINK breaks the mac/win packager). - name: Upload installers as run artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: termipod-electron-${{ matrix.label }} if-no-files-found: warn diff --git a/.github/workflows/desktop.yml b/.github/workflows/desktop.yml index 1e8906af4..cb8de6bf1 100644 --- a/.github/workflows/desktop.yml +++ b/.github/workflows/desktop.yml @@ -157,7 +157,7 @@ jobs: run: xvfb-run -a npm run test:e2e - name: Upload the Playwright report on failure if: failure() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-report path: desktop/electron/playwright-report/