From 70b1da375c31d1f83be31c027c7112c9f1366c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:55: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 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' 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 b7f665e8..9ddede45 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@v4 + uses: actions/upload-artifact@v5 with: name: greenbone-community-docs-from-pr path: _build/ diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 13bcedd3..6e104834 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@v5 + uses: actions/download-artifact@v6 with: name: ${{inputs.artifact_name }} path: ${{ inputs.doc_root }} diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index d4df4375..f66404b0 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@v4 + uses: actions/upload-artifact@v5 with: name: greenbone-community-docs path: _build/