Skip to content

Commit b8f05c8

Browse files
Merge pull request #20 from alleyinteractive/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents ec03f67 + 3499f8b commit b8f05c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
done
3030
- name: Run Playwright tests
3131
run: npx playwright test
32-
- uses: actions/upload-artifact@v4
32+
- uses: actions/upload-artifact@v5
3333
if: ${{ !cancelled() }}
3434
with:
3535
name: playwright-report

0 commit comments

Comments
 (0)