Skip to content

Commit 4dc792a

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 45d1ee1 commit 4dc792a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: npx playwright install --with-deps chromium
3939
- name: Run Playwright tests
4040
run: npx playwright test
41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v7
4242
if: ${{ !cancelled() }}
4343
with:
4444
name: playwright-report
4545
path: playwright-report/
4646
retention-days: 30
47-
- uses: actions/upload-artifact@v4
47+
- uses: actions/upload-artifact@v7
4848
if: ${{ !cancelled() }}
4949
with:
5050
name: backend-log

0 commit comments

Comments
 (0)