chore(deps): update actions/upload-artifact action to v7 #28

Merged
julien merged 1 commits from renovate/major-github-artifact-actions into main 2026-05-05 23:26:09 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ jobs:
node-version-file: '.nvmrc'
- run: pnpm install --frozen-lockfile
- run: pnpm ci:perf
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: lighthouseci-report
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm exec lhci collect --url=${{ vars.LHCI_PROD_URL }} --numberOfRuns=3
- run: pnpm exec lhci assert --config=./lighthouserc.js
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v7
if: always()
with:
name: lighthouseci-prod-report