Skip to content

Commit

Permalink
Merge pull request OpenShot#4609 from OpenShot/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-artifact-2.3.1

Bump actions/upload-artifact from 2.2.4 to 2.3.1
  • Loading branch information
ferdnyc authored Jan 7, 2022
2 parents 286a9f5 + 1e5d0d0 commit bbd2dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
docs-folder: "doc/"
# Create an artifact out of the generated HTML
- uses: actions/upload-artifact@v2.2.4
- uses: actions/upload-artifact@v2.3.1
with:
name: UserGuideHTML
path: "doc/_build/html/"

0 comments on commit bbd2dd0

Please sign in to comment.