From 34c30a6555e7648bed28e22088b198fd52d8b44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 23:43: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 80bc55ff3..812ace633 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@v4 + uses: actions/upload-artifact@v5 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@v5 + uses: actions/download-artifact@v6 with: name: siteArtifact - name: unzip site contents