From 11dd5928623b1ec388687d071f278ac75da1e019 Mon Sep 17 00:00:00 2001 From: Max Strasinsky <98811342+mstrasinskis@users.noreply.github.com> Date: Thu, 9 Jan 2025 22:03:14 +0100 Subject: [PATCH] Update checks.yml actions/upload-artifact@v3 to v4 Because of https://github.com/dfinity/gix-components/actions/runs/12695076227/job/35386237271?pr=558 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index def0ed6a..072ef7a4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -131,7 +131,7 @@ jobs: run: npm ci - name: Run Playwright tests run: npm run e2e:ci - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 if: failure() with: name: playwright-report