Skip to content

Commit

Permalink
Update pull_request.yml - Try artefact v4 as v1 obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
lauritapio authored May 28, 2024
1 parent fb087e7 commit a3a9421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build-command: "sphinx-build -b html ./source/ _build"
docs-folder: "docs/"

- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: DocumentationHTML
path: docs/_build
Expand Down

0 comments on commit a3a9421

Please sign in to comment.