From 3a12159adcafc53d42922e1931f7f857ab125af2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:03:46 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact action from v5 to v7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index b14fd0ca9..4951dc7df 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -124,7 +124,7 @@ jobs: - name: Run Playwright tests working-directory: nextcloud/apps/twofactor_totp run: DEBUG=pw:api npx playwright test - - uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 if: always() with: name: playwright-report-${{ github.event.number }}-nc${{ needs.matrix.outputs.branches-min }}-php${{ needs.matrix.outputs.php-min }}-node${{ steps.package-engines-versions.outputs.nodeVersion }}