From ebbd1afe8dc420210e0258b242664710875982b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:52:00 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01bdfafcc..21ea5af4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,13 +24,13 @@ jobs: run: npm run lint - name: Run Playwright tests run: npm test - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: always() with: name: playwright-report path: playwright-report retention-days: 30 - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: always() with: name: serenity-report