diff --git a/.github/workflows/ci-docs.yml b/.github/workflows/ci-docs.yml index adfc205..cec46bf 100644 --- a/.github/workflows/ci-docs.yml +++ b/.github/workflows/ci-docs.yml @@ -100,7 +100,7 @@ jobs: run: git fetch origin +refs/tags/*:refs/tags/* - name: Download branch docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Documentation-${{ matrix.os }}-${{ matrix.python-version }}-x64 path: _built_docs/${{ github.ref }} @@ -115,7 +115,7 @@ jobs: if: github.ref == 'refs/heads/main' - name: Download main docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Documentation-${{ matrix.os }}-${{ matrix.python-version }}-x64 path: _built_docs/${{ github.ref }}