Skip to content

Commit 1ca12be

Browse files
chore: bump actions/upload-artifact from 5 to 6 (#2658)
1 parent 9f62b0f commit 1ca12be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: E2E Tests (Playwright)
7474
run: npm run test:e2e
7575
- name: Store artifacts
76-
uses: actions/upload-artifact@v5
76+
uses: actions/upload-artifact@v6
7777
if: failure()
7878
with:
7979
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts

0 commit comments

Comments
 (0)