Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4.4.0 (#1479)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2024
1 parent e688a06 commit ea542ec
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 @@ -29,7 +29,7 @@ jobs:
run: tar czf /tmp/documentation.tar.gz -C docs/_build/html .

- name: Upload static documentation
uses: actions/upload-artifact@v4.3.4
uses: actions/upload-artifact@v4.4.0
with:
name: Appstore docs.zip
path: "/tmp/documentation.tar.gz"

0 comments on commit ea542ec

Please sign in to comment.