Skip to content

Commit 750ee89

Browse files
authored
Merge pull request #14101 from nextcloud/dependabot/github_actions/actions/upload-artifact-7.0.0
chore(deps): Bump actions/upload-artifact from 6.0.0 to 7.0.0
2 parents 5f86eba + 434804d commit 750ee89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/sphinxbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
shell: bash
3232
run: tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
3333
- name: Upload static documentation
34-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
34+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3535
with:
3636
name: User manual.zip
3737
path: "/tmp/documentation.tar.gz"
@@ -73,7 +73,7 @@ jobs:
7373
shell: bash
7474
run: tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
7575
- name: Upload static documentation
76-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
76+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
7777
with:
7878
name: Developer manual.zip
7979
path: "/tmp/documentation.tar.gz"
@@ -98,7 +98,7 @@ jobs:
9898
shell: bash
9999
run: tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
100100
- name: Upload static documentation
101-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
101+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
102102
with:
103103
name: Administration manual.zip
104104
path: "/tmp/documentation.tar.gz"

0 commit comments

Comments
 (0)