From 1121f51fb3c36920a36cbadf09a700a08b52fd05 Mon Sep 17 00:00:00 2001 From: Sagar Date: Mon, 10 Feb 2025 17:23:44 +0100 Subject: [PATCH] chore: updated upload artifact version from 3 to 4 --- .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 6596a96..c9b2932 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -26,7 +26,7 @@ jobs: continue-on-error: ${{ matrix.project == 'webkit' }} - name: Upload test results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: test-results-${{ matrix.project }} path: test-results