Skip to content

Commit 7b3265f

Browse files
dependabot[bot]greenbonebot
authored andcommitted
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](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@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] <[email protected]>
1 parent d38516a commit 7b3265f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build docs
2020
run: uv run sphinx-build -W --keep-going -b html src _build
2121
- name: Upload Documentation Artifact
22-
uses: actions/upload-artifact@v4
22+
uses: actions/upload-artifact@v5
2323
with:
2424
name: greenbone-community-docs-from-pr
2525
path: _build/

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
rm -rf ${{ inputs.doc_root }}
3737
mkdir -p ${{ inputs.doc_root }}
3838
- name: Download Documentation Artifact
39-
uses: actions/download-artifact@v5
39+
uses: actions/download-artifact@v6
4040
with:
4141
name: ${{inputs.artifact_name }}
4242
path: ${{ inputs.doc_root }}

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build docs
2121
run: uv run sphinx-build -b html src _build
2222
- name: Upload Documentation Artifact
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
with:
2525
name: greenbone-community-docs
2626
path: _build/

0 commit comments

Comments
 (0)