Skip to content

Commit

Permalink
chore: bump upload artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
egekorkan authored Feb 9, 2025
1 parent 6217e74 commit 2774cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/visual-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js 18
uses: actions/setup-node@v3
Expand All @@ -37,9 +37,9 @@ jobs:
npm run build
npm test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
path: ./packages/web/playwright-report/
retention-days: 30
retention-days: 30

0 comments on commit 2774cb4

Please sign in to comment.