Skip to content

Commit

Permalink
Update Playwright test report upload action to use version 4 because …
Browse files Browse the repository at this point in the history
…v2 was deprecated
  • Loading branch information
IsaiahA21 committed Oct 5, 2024
1 parent 4c3081e commit 4185db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright_tests_on_vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

# Upload test result
- name: Upload Playwright test report
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: playwright-reports
path: playwright-reports/

0 comments on commit 4185db2

Please sign in to comment.