diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e3e07db..6422160 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -54,7 +54,7 @@ jobs: ref: ${{ env.SITE-BRANCH }} # Download the artifact containing the newly built site. This overwrites the public/ dir from the check out above. - name: Download artifact from build stage - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: public # Add all the files/changes in public/ that were pulled down from the build stage and then commit them.