diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c962298f..8deb2891 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -125,7 +125,7 @@ jobs: needs: build_GH_Pages steps: - name: Download Artifact with Pages - uses: actions/download-artifact@v2.1.0 + uses: actions/download-artifact@v3.0.2 with: name: docs path: docs/_build