From 65b9c80a42b3c5faf776c4c91a6add34e6f499eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 16:40:16 +0200 Subject: [PATCH] [skip ci][skip deploy] github-actions: Bump actions/upload-artifact from 3 to 4 (#49) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[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 947b191..4218fc2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,7 @@ jobs: # Details: https://github.com/microsoft/playwright/issues/6500#issuecomment-838515115 HOME: /root run: npm run test:e2e - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: always() with: name: playwright-report-docs