1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

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

View File

@@ -82,7 +82,7 @@ jobs:
*.cache-to=type=gha,mode=max *.cache-to=type=gha,mode=max
- name: Run Playwright tests - name: Run Playwright tests
run: docker compose up --exit-code-from playwright run: docker compose up --exit-code-from playwright
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6
if: always() if: always()
with: with:
name: playwright-report name: playwright-report

View File

@@ -120,7 +120,7 @@ jobs:
*.cache-to=type=gha,mode=max *.cache-to=type=gha,mode=max
- name: Run Playwright tests - name: Run Playwright tests
run: docker compose up --exit-code-from playwright run: docker compose up --exit-code-from playwright
- uses: actions/upload-artifact@v5 - uses: actions/upload-artifact@v6
if: always() if: always()
with: with:
name: playwright-report name: playwright-report