From 6af2ca304cc4a8672b7fea5b9766604894027cb7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:02:16 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .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 5013c29..9af6a36 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -141,7 +141,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@v6 with: name: built-site path: public diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 56229ea..d6df1ec 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@v6 with: name: lighthouse-reports # A single artifact for all reports path: ./lighthouse-reports