From 9d9996d0df4c48bf14e1d42887c0bde1c95108e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:05:39 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/deployment.yml | 2 +- .github/workflows/github-pages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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/