chore(deps): update actions/upload-artifact action to v6 (#4292)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-13 08:45:30 -08:00
committed by GitHub
parent 60c8f7a255
commit c199e1fa28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
*.cache-to=type=gha,mode=max
- name: Run Playwright tests
run: docker compose up --exit-code-from playwright
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: always()
with:
name: playwright-report
+1 -1
View File
@@ -120,7 +120,7 @@ jobs:
*.cache-to=type=gha,mode=max
- name: Run Playwright tests
run: docker compose up --exit-code-from playwright
- uses: actions/upload-artifact@v5
- uses: actions/upload-artifact@v6
if: always()
with:
name: playwright-report