Skip to content

Commit b31e960

Browse files
authored
Merge pull request #13814 from nextcloud/dependabot/github_actions/actions/upload-artifact-5.0.0
chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents c4bf78a + 4cd2076 commit b31e960

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
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash
2525
run: tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
2626
- name: Upload static documentation
27-
uses: actions/upload-artifact@v4.6.2
27+
uses: actions/upload-artifact@v5.0.0
2828
with:
2929
name: User manual.zip
3030
path: "/tmp/documentation.tar.gz"
@@ -58,7 +58,7 @@ jobs:
5858
shell: bash
5959
run: tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
6060
- name: Upload static documentation
61-
uses: actions/upload-artifact@v4.6.2
61+
uses: actions/upload-artifact@v5.0.0
6262
with:
6363
name: Developer manual.zip
6464
path: "/tmp/documentation.tar.gz"
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash
8080
run: tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
8181
- name: Upload static documentation
82-
uses: actions/upload-artifact@v4.6.2
82+
uses: actions/upload-artifact@v5.0.0
8383
with:
8484
name: Administration manual.zip
8585
path: "/tmp/documentation.tar.gz"

0 commit comments

Comments
 (0)