chore(deps): update actions/upload-artifact action to v7
CI / commits (pull_request) Has been skipped
CI / perf (pull_request) Has been skipped
CI / check (pull_request) Successful in 56s
CI / scan (pull_request) Failing after 54s
CI / a11y (pull_request) Successful in 1m57s

This commit is contained in:
APF Portal Bot
2026-05-05 15:11:24 +00:00
parent 214970a63e
commit eeb5523a17
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