Skip to content

Commit

Permalink
Merge pull request #11765 from nextcloud/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4.3.3

chore(deps): Bump actions/upload-artifact from 4.3.2 to 4.3.3
  • Loading branch information
MichaIng committed May 6, 2024
2 parents da4f798 + e7823c0 commit e4e8e56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sphinxbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.2
uses: actions/upload-artifact@v4.3.3
with:
name: User manual.zip
path: "/tmp/documentation.tar.gz"
Expand Down Expand Up @@ -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.3.2
uses: actions/upload-artifact@v4.3.3
with:
name: Developer manual.zip
path: "/tmp/documentation.tar.gz"
Expand All @@ -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.3.2
uses: actions/upload-artifact@v4.3.3
with:
name: Administration manual.zip
path: "/tmp/documentation.tar.gz"

0 comments on commit e4e8e56

Please sign in to comment.