diff --git a/.github/workflows/docs-build-check.yaml b/.github/workflows/docs-build-check.yaml index 21141b0..f1d472b 100644 --- a/.github/workflows/docs-build-check.yaml +++ b/.github/workflows/docs-build-check.yaml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: documentation-build path: docs/build diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 5c07933..2da0940 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -58,7 +58,7 @@ jobs: - name: Download docs update flag from release workflow if: github.event_name == 'workflow_run' - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-docs-flag github-token: ${{ secrets.GITHUB_TOKEN }} @@ -108,7 +108,7 @@ jobs: needs: [check_docs_changes, build_documentation] steps: - name: Download build artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: documentation-build path: ./docs/build