Skip to content

Commit f70b07f

Browse files
authored
Merge pull request #1570 from HEIGE-PCloud/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents 581c0bd + bba6623 commit f70b07f

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run Playwright tests
3333
run: npx playwright test
3434

35-
- uses: actions/upload-artifact@v6
35+
- uses: actions/upload-artifact@v7
3636
if: ${{ !cancelled() }}
3737
with:
3838
name: playwright-report

0 commit comments

Comments
 (0)