Skip to content

Commit cd2c8ae

Browse files
authored
Merge pull request #12101 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.3.6
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
2 parents b9aa08b + 20f0113 commit cd2c8ae

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)