Skip to content

Commit

Permalink
ci: fix upload artifact ver
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Jan 30, 2025
1 parent 97f985a commit 0c84902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm playwright install --with-deps
- run: pnpm test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-artifacts
Expand Down

0 comments on commit 0c84902

Please sign in to comment.