mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-20 14:15:54 +00:00
chore(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
6
.github/workflows/sphinxbuild.yml
vendored
6
.github/workflows/sphinxbuild.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
|
run: tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
|
||||||
- name: Upload static documentation
|
- name: Upload static documentation
|
||||||
uses: actions/upload-artifact@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
name: User manual.zip
|
name: User manual.zip
|
||||||
path: "/tmp/documentation.tar.gz"
|
path: "/tmp/documentation.tar.gz"
|
||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
|
run: tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
|
||||||
- name: Upload static documentation
|
- name: Upload static documentation
|
||||||
uses: actions/upload-artifact@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
name: Developer manual.zip
|
name: Developer manual.zip
|
||||||
path: "/tmp/documentation.tar.gz"
|
path: "/tmp/documentation.tar.gz"
|
||||||
@ -75,7 +75,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
|
run: tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
|
||||||
- name: Upload static documentation
|
- name: Upload static documentation
|
||||||
uses: actions/upload-artifact@v4.3.3
|
uses: actions/upload-artifact@v4.3.4
|
||||||
with:
|
with:
|
||||||
name: Administration manual.zip
|
name: Administration manual.zip
|
||||||
path: "/tmp/documentation.tar.gz"
|
path: "/tmp/documentation.tar.gz"
|
||||||
|
Reference in New Issue
Block a user