chore(deps): update actions/upload-artifact action to v7
This commit is contained in:
@@ -118,7 +118,7 @@ jobs:
|
|||||||
node-version-file: '.nvmrc'
|
node-version-file: '.nvmrc'
|
||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
- run: pnpm ci:perf
|
- run: pnpm ci:perf
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v7
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: lighthouseci-report
|
name: lighthouseci-report
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ jobs:
|
|||||||
- run: pnpm install --frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
- run: pnpm exec lhci collect --url=${{ vars.LHCI_PROD_URL }} --numberOfRuns=3
|
- run: pnpm exec lhci collect --url=${{ vars.LHCI_PROD_URL }} --numberOfRuns=3
|
||||||
- run: pnpm exec lhci assert --config=./lighthouserc.js
|
- run: pnpm exec lhci assert --config=./lighthouserc.js
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v7
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: lighthouseci-prod-report
|
name: lighthouseci-prod-report
|
||||||
|
|||||||
Reference in New Issue
Block a user