Skip to content

Commit

Permalink
Bump the github-actions group with 2 updates
Browse files Browse the repository at this point in the history
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 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

Updates `actions/download-artifact` from 3 to 4
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and greenbonebot committed Dec 19, 2023
1 parent 8bc6773 commit fa94b13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build docs
run: poetry run sphinx-build -W --keep-going -b html src _build
- name: Upload Documentation Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: greenbone-community-docs-from-pr
path: _build/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rm -rf ${{ inputs.doc_root }}
mkdir -p ${{ inputs.doc_root }}
- name: Download Documentation Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{inputs.artifact_name }}
path: ${{ inputs.doc_root }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build docs
run: poetry run sphinx-build -b html src _build
- name: Upload Documentation Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: greenbone-community-docs
path: _build/
Expand Down

0 comments on commit fa94b13

Please sign in to comment.