Skip to content

Commit

Permalink
build(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.4...v4.3.5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent e7ffe4e commit 53d84e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sphinxbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash
run: tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
- name: Upload static documentation
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: User manual.zip
path: "/tmp/documentation.tar.gz"
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
shell: bash
run: tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
- name: Upload static documentation
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Developer manual.zip
path: "/tmp/documentation.tar.gz"
Expand All @@ -75,7 +75,7 @@ jobs:
shell: bash
run: tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
- name: Upload static documentation
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
name: Administration manual.zip
path: "/tmp/documentation.tar.gz"

0 comments on commit 53d84e3

Please sign in to comment.