Skip to content

Commit fb137b0

Browse files
authored
Merge pull request #47 from MoseleyBioinformaticsLab/requirements
Upgrades upload-artifact github action
2 parents 1043990 + d815fbe commit fb137b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pip install sphinx
2020
sphinx-build docs ./docs/_build/html/
2121
# Create an artifact of the html output.
22-
- uses: actions/upload-artifact@v1
22+
- uses: actions/upload-artifact@v4
2323
with:
2424
name: DocumentationHTML
2525
path: docs/_build/html/

0 commit comments

Comments
 (0)