diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 50fa58f4..07617b9b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -146,7 +146,7 @@ jobs: - name: Deploy if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') - uses: pyansys/actions/doc-deploy-stable@v3 + uses: pyansys/actions/doc-deploy-stable@v2.0.7 with: doc-artifact-name: 'HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }}' cname: ${{ env.DOCUMENTATION_CNAME }} diff --git a/.github/workflows/nightly-doc-build.yml b/.github/workflows/nightly-doc-build.yml index d25b41cb..084a14d4 100644 --- a/.github/workflows/nightly-doc-build.yml +++ b/.github/workflows/nightly-doc-build.yml @@ -60,7 +60,7 @@ jobs: FLUENT_IMAGE_TAG: ${{ matrix.image-tag }} - name: Upload HTML Documentation - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v2.0.7 with: name: HTML-Documentation-tag-${{ env.DOC_DEPLOYMENT_IMAGE_TAG }} path: doc/_build/html