Skip to content

Commit

Permalink
chore: fix download artifacts (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus authored Nov 25, 2024
1 parent 48b253d commit 61e6023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-playwright-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 61e6023

Please sign in to comment.