Skip to content

Commit b653905

Browse files
committed
upgrade upload-artifact git action v3 to v4
1 parent 7fec2e6 commit b653905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npx playwright test
3333
env:
3434
VITE_PB_URL: ${{ secrets.PB_URL }}
35-
- uses: actions/upload-artifact@v3
35+
- uses: actions/upload-artifact@v4
3636
if: always()
3737
with:
3838
name: playwright-report

0 commit comments

Comments
 (0)