Skip to content

Commit 46b4912

Browse files
committed
update to v4 of the GH artifact action
1 parent b07e1dd commit 46b4912

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-pages-artifact@v4
4242
with:
4343
# Upload build
4444
path: './docs/build'

0 commit comments

Comments
 (0)