Skip to content

Commit

Permalink
Bump to v4 of upload artifacts (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Jan 16, 2025
1 parent 8886df4 commit e8fb67d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pnpm exec playwright install --with-deps
- name: Run Integration tests
run: pnpm test:integration
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-integration
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: pnpm exec playwright install --with-deps
- name: Run E2E tests
run: pnpm test:e2e
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report-e2e
Expand Down

0 comments on commit e8fb67d

Please sign in to comment.