Skip to content

Commit

Permalink
Merge pull request #1535 from nextcloud/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-4.x

chore(deps): update actions/upload-artifact action to v4.5.0
  • Loading branch information
AndyScherzinger authored Jan 7, 2025
2 parents 5c7833e + 884098c commit 9d4e781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinxbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
shell: bash
run: tar czf /tmp/documentation.tar.gz -C docs/_build/html .
- name: Upload static documentation
uses: actions/upload-artifact@v4.4.0
uses: actions/upload-artifact@v4.5.0
with:
name: Appstore docs.zip
path: "/tmp/documentation.tar.gz"

0 comments on commit 9d4e781

Please sign in to comment.