Skip to content

Commit 792d976

Browse files
authored
Merge pull request #12921 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.6.2
chore(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
2 parents b5279d6 + 3e67f38 commit 792d976

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].1
26+
uses: actions/[email protected].2
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].1
58+
uses: actions/[email protected].2
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].1
78+
uses: actions/[email protected].2
7979
with:
8080
name: Administration manual.zip
8181
path: "/tmp/documentation.tar.gz"

0 commit comments

Comments
 (0)