diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f92af504..7da07aaa 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@v5 + uses: actions/upload-artifact@v6 with: name: greenbone-community-docs-from-pr path: _build/ diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 6e104834..9b0e84a7 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@v6 + uses: actions/download-artifact@v7 with: name: ${{inputs.artifact_name }} path: ${{ inputs.doc_root }} diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index dd965130..b6170152 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@v5 + uses: actions/upload-artifact@v6 with: name: greenbone-community-docs path: _build/