From 7be3e621398288b25fcff00466e84e4089743a2e Mon Sep 17 00:00:00 2001 From: NasgulNexus Date: Mon, 25 Nov 2024 17:35:19 +0100 Subject: [PATCH] chore: fix download artifacts --- .github/workflows/pr-playwright-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-playwright-report.yml b/.github/workflows/pr-playwright-report.yml index ca29e3b..0f53330 100644 --- a/.github/workflows/pr-playwright-report.yml +++ b/.github/workflows/pr-playwright-report.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifacts - uses: dawidd6/action-download-artifact@v2 + uses: actions/download-artifact@v4 with: workflow: ${{ github.event.workflow_run.workflow_id }} run_id: ${{ github.event.workflow_run.id }}