From eeb5523a179fffcdf575ba6b0c544b816ebabdf5 Mon Sep 17 00:00:00 2001 From: APF Portal Bot Date: Tue, 5 May 2026 15:11:24 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .gitea/workflows/ci.yml | 2 +- .gitea/workflows/security-scheduled.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2b69f2f..3b4a443 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 diff --git a/.gitea/workflows/security-scheduled.yml b/.gitea/workflows/security-scheduled.yml index 7790c8c..6ace02b 100644 --- a/.gitea/workflows/security-scheduled.yml +++ b/.gitea/workflows/security-scheduled.yml @@ -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