From 3ade70924dc14983c4ff34c632a3d0cc0f81f915 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Feb 2024 10:11:08 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/e2e-apps-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e-apps-web.yml b/.github/workflows/e2e-apps-web.yml index 1649b348..d96f8ef8 100644 --- a/.github/workflows/e2e-apps-web.yml +++ b/.github/workflows/e2e-apps-web.yml @@ -103,7 +103,7 @@ jobs: CI: 1 - name: 📤 Upload testing artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: web-app-playwright-test-results-${{ runner.os }}