Skip to content

Commit

Permalink
update github action path
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkilbourn committed Feb 19, 2025
1 parent 979ca21 commit 5ed7104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Download zipped HTML report
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: playwright-report
path: ${{ env.HTML_REPORT_URL_PATH }}
Expand Down

0 comments on commit 5ed7104

Please sign in to comment.