chore(deps): update actions/upload-artifact action to v4
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m37s
Some checks failed
Playwright Tests / test (pull_request) Failing after 2m37s
This commit is contained in:
parent
11da909e3f
commit
7fc7b522df
1 changed files with 1 additions and 1 deletions
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
||||||
CI: true # Ensures Playwright runs in CI mode
|
CI: true # Ensures Playwright runs in CI mode
|
||||||
|
|
||||||
# Upload Playwright report
|
# Upload Playwright report
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ !cancelled() }}
|
if: ${{ !cancelled() }}
|
||||||
with:
|
with:
|
||||||
name: playwright-report
|
name: playwright-report
|
||||||
|
|
Loading…
Add table
Reference in a new issue