Skip to content

Commit b996c34

Browse files
committed
bump actions/upload-artifact to v4
1 parent bc51f53 commit b996c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lintBuildTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
run: npx playwright install-deps
9292
- name: Run Playwright browser tests
9393
run: npx playwright test --project=${{matrix.browser}}
94-
- uses: actions/upload-artifact@v3
94+
- uses: actions/upload-artifact@v4
9595
if: always()
9696
with:
9797
name: test-results

0 commit comments

Comments
 (0)