diff --git a/.github/workflows/build-process.yml b/.github/workflows/build-process.yml index bf633704d..84bf717b9 100644 --- a/.github/workflows/build-process.yml +++ b/.github/workflows/build-process.yml @@ -93,7 +93,7 @@ jobs: if: ${{ github.ref != 'refs/heads/master'}} steps: - name: Download site artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: siteArtifact - name: unzip site contents @@ -140,7 +140,7 @@ jobs: if: ${{ github.ref == 'refs/heads/master'}} steps: - name: Download site artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: siteArtifact - name: unzip site contents