From 251d6e444d661122db5fd388a7554939383f59cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 07:29:56 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v7 --- .github/workflows/build-test.yml | 2 +- .github/workflows/lighthouse.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 90a2479..4e81684 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -125,7 +125,7 @@ jobs: # Optionally upload the generated site as an artifact for debugging - name: Upload built site artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: built-site path: public diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 56229ea..99a6b02 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -167,7 +167,7 @@ jobs: commit_author: "GitHub Actions Bot " - name: Upload Lighthouse Reports Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: lighthouse-reports # A single artifact for all reports path: ./lighthouse-reports