diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7da07aaa..baf53a7b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - name: Build docs run: uv run sphinx-build -W --keep-going -b html src _build - name: Upload Documentation Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: greenbone-community-docs-from-pr path: _build/ diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 9b0e84a7..2de4907f 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -36,7 +36,7 @@ jobs: rm -rf ${{ inputs.doc_root }} mkdir -p ${{ inputs.doc_root }} - name: Download Documentation Artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{inputs.artifact_name }} path: ${{ inputs.doc_root }} diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index b6170152..feda7345 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -20,7 +20,7 @@ jobs: - name: Build docs run: uv run sphinx-build -b html src _build - name: Upload Documentation Artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: greenbone-community-docs path: _build/