From f355105f97caa002088bb2bd4edb4e48726ff66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:06:45 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v5 --- .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 910e8e3..a766199 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -69,7 +69,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@v5 with: name: built-site path: public diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 56229ea..499b87a 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@v5 with: name: lighthouse-reports # A single artifact for all reports path: ./lighthouse-reports