From f9a369fffe1b586e9839eb88ce144fa5e63f93e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:10:23 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7f0c595..1100cf3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -38,7 +38,7 @@ jobs: run: make -f .github/workflows/e2e.mk -e example=${{ matrix.example }} -j 2 install - name: Run tests run: make -f .github/workflows/e2e.mk -e example=${{ matrix.example }} e2e - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v6 if: always() with: name: playwright-report