From 8106bac90994fde24cf4d75780841e53481fd41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:53:55 +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 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' 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 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/