diff --git a/.github/workflows/generate-and-publish.yml b/.github/workflows/generate-and-publish.yml index e3d4ca4..c3fa6e9 100644 --- a/.github/workflows/generate-and-publish.yml +++ b/.github/workflows/generate-and-publish.yml @@ -33,7 +33,7 @@ jobs: if: github.ref == 'refs/heads/master' steps: - name: Download generated website - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: public path: _public @@ -57,7 +57,7 @@ jobs: if: github.ref != 'refs/heads/master' steps: - name: Download generated website - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: public path: _public