From 2048237d4ec0d1a6299428cb158e514d6f20eec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:00:26 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/build-process.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-process.yml b/.github/workflows/build-process.yml index bf4a4929f..abb319631 100644 --- a/.github/workflows/build-process.yml +++ b/.github/workflows/build-process.yml @@ -64,7 +64,7 @@ jobs: - name: zip site contents run: zip -r _site.zip docs/_site/ - name: Archive site artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: siteArtifact path: _site.zip @@ -93,7 +93,7 @@ jobs: if: ${{ github.ref == 'refs/heads/master'}} steps: - name: Download site artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: siteArtifact - name: unzip site contents