Skip to content

Commit 08150dc

Browse files
Update actions/upload-artifact action to v6
1 parent 0c032ee commit 08150dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Run Playwright tests
5454
run: CI=1 npm run test
5555

56-
- uses: actions/upload-artifact@v4
56+
- uses: actions/upload-artifact@v6
5757
if: always()
5858
with:
5959
name: test-results

0 commit comments

Comments
 (0)