Skip to content

Commit c3ee622

Browse files
authored
use newer version of actions/upload-artifact (#439)
This was causing the Playwright tests to fail
1 parent 9f734fb commit c3ee622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: python -m playwright install chromium --with-deps
3434
- name: Start Playwright tests
3535
run: ./scripts/run-e2e-test.sh
36-
- uses: actions/upload-artifact@v3
36+
- uses: actions/upload-artifact@v4
3737
with:
3838
name: playwright-artifacts
3939
path: videos/

0 commit comments

Comments
 (0)