From 09a1b6d373f47ad413d6c3d2e8ca153fd1561848 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 03:40:58 +0000 Subject: [PATCH] chore(deps): pin actions/upload-artifact action to 834a144 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2f50d4e..50a68511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: run: yarn playwright install --with-deps - name: Run Playwright tests run: yarn playwright test - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4 if: always() with: name: playwright-report