Skip to content

Commit ba3d866

Browse files
test: upgraded to GH actions artifacts v4 #4358 (#4359)
1 parent e0ce2c7 commit ba3d866

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/run-playwright-tests-anvil-catalog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- name: Run Playwright tests
2929
run: |
3030
npm run test:anvil-catalog
31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
if: always()
3333
with:
3434
name: playwright-report
3535
path: playwright-report/
36+
overwrite: true
3637
retention-days: 30

.github/workflows/run-playwright-tests-anvil-cmg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
- name: Check backend status again - TEST RESULTS ARE NOT VALID IF THIS FAILS
2929
run: |
3030
npm run check-system-status:anvil-cmg
31-
- uses: actions/upload-artifact@v3
31+
- uses: actions/upload-artifact@v4
3232
if: always()
3333
with:
3434
name: playwright-report
3535
path: playwright-report/
36+
overwrite: true
3637
retention-days: 30

0 commit comments

Comments
 (0)