From 09d478f6b201b20bcbb537c11e90842edea6dcac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 09:34:44 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/electron-release.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/electron-release.yml b/.github/workflows/electron-release.yml index ad1e9b9..9cb15ac 100644 --- a/.github/workflows/electron-release.yml +++ b/.github/workflows/electron-release.yml @@ -67,7 +67,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload unsigned artifacts for signing - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 id: upload-unsigned with: name: windows-unsigned diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a7a79ed..52428f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -67,7 +67,7 @@ jobs: CI: true - name: Upload test results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: always() with: name: playwright-report