Skip to content

Commit 20f0113

Browse files
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.3.4...v4.3.6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ac92790 commit 20f0113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sphinxbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
shell: bash
2424
run: tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
2525
- name: Upload static documentation
26-
uses: actions/[email protected].4
26+
uses: actions/[email protected].6
2727
with:
2828
name: User manual.zip
2929
path: "/tmp/documentation.tar.gz"
@@ -55,7 +55,7 @@ jobs:
5555
shell: bash
5656
run: tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
5757
- name: Upload static documentation
58-
uses: actions/[email protected].4
58+
uses: actions/[email protected].6
5959
with:
6060
name: Developer manual.zip
6161
path: "/tmp/documentation.tar.gz"
@@ -75,7 +75,7 @@ jobs:
7575
shell: bash
7676
run: tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
7777
- name: Upload static documentation
78-
uses: actions/[email protected].4
78+
uses: actions/[email protected].6
7979
with:
8080
name: Administration manual.zip
8181
path: "/tmp/documentation.tar.gz"

0 commit comments

Comments
 (0)