Merge pull request #12772 from nextcloud/dependabot/github_actions/actions/upload-artifact-4.6.1

build(deps): Bump actions/upload-artifact from 4.6.0 to 4.6.1
This commit is contained in:
Ferdinand Thiessen
2025-03-17 12:22:48 +01:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ jobs:
shell: bash
run: tar czf /tmp/documentation.tar.gz -C user_manual/_build/html .
- name: Upload static documentation
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: User manual.zip
path: "/tmp/documentation.tar.gz"
@@ -55,7 +55,7 @@ jobs:
shell: bash
run: tar czf /tmp/documentation.tar.gz -C developer_manual/_build/html/com .
- name: Upload static documentation
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: Developer manual.zip
path: "/tmp/documentation.tar.gz"
@@ -75,7 +75,7 @@ jobs:
shell: bash
run: tar czf /tmp/documentation.tar.gz -C admin_manual/_build/html/com .
- name: Upload static documentation
uses: actions/upload-artifact@v4.6.0
uses: actions/upload-artifact@v4.6.1
with:
name: Administration manual.zip
path: "/tmp/documentation.tar.gz"