Skip to content

Commit 84b755c

Browse files
authored
Merge pull request #252 from pyswmm/fix/upload-artifacts-action
Fix GitHub actions config for uploading docs
2 parents b07e1dd + 2c4d852 commit 84b755c

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
@@ -38,7 +38,7 @@ jobs:
3838
run: sphinx-build docs docs/build
3939

4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
# Upload build
4444
path: './docs/build'

0 commit comments

Comments
 (0)