From 5dea3640859c9598a4e675357e2ec76a448785c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 09:43:48 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact action from v4 to v7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index df6d9ba6..1dedf468 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -257,7 +257,7 @@ jobs: - name: Run Playwright tests working-directory: nextcloud/apps/twofactor_webauthn run: DEBUG=pw:api npx playwright test - - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: always() with: name: playwright-report-${{ github.event.number }}-nc${{ matrix.nextcloud-version }}-php${{ matrix.php-version }}