Skip to content

Commit

Permalink
test: upgraded to GH actions artifacts v4 #4358 (#4359)
Browse files Browse the repository at this point in the history
  • Loading branch information
MillenniumFalconMechanic authored Jan 30, 2025
1 parent e0ce2c7 commit ba3d866
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/run-playwright-tests-anvil-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
- name: Run Playwright tests
run: |
npm run test:anvil-catalog
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
overwrite: true
retention-days: 30
3 changes: 2 additions & 1 deletion .github/workflows/run-playwright-tests-anvil-cmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ jobs:
- name: Check backend status again - TEST RESULTS ARE NOT VALID IF THIS FAILS
run: |
npm run check-system-status:anvil-cmg
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: playwright-report/
overwrite: true
retention-days: 30

0 comments on commit ba3d866

Please sign in to comment.