From 144d09e524f0824cd86d39d9a1c676e6970e61ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:52:44 +0000 Subject: [PATCH] Update GitHub Artifact Actions | datasource | package | from | to | | ----------- | ------------------------- | ---- | -- | | github-tags | actions/download-artifact | v6 | v7 | | github-tags | actions/upload-artifact | v5 | v6 | --- .github/workflows/deploy-site.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index ad7de57..8a875d2 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -41,7 +41,7 @@ jobs: - name: Build run: pnpm run build - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 with: name: site-build path: dist @@ -59,7 +59,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: site-build path: dist @@ -108,7 +108,7 @@ jobs: id: slug - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: site-build path: dist