Skip to content

Commit cf1d722

Browse files
authored
Update build_docs.yaml
1 parent ba25763 commit cf1d722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: ls -la doc/html
4545

4646
- name: Upload Documentation Artifact
47-
uses: actions/upload-artifact@v3
47+
uses: actions/upload-artifact@v4
4848
with:
4949
name: documentation
5050
path: doc/html
@@ -61,7 +61,7 @@ jobs:
6161
url: ${{ steps.deployment.outputs.page_url }}
6262
steps:
6363
- name: Download Documentation Artifact
64-
uses: actions/download-artifact@v3
64+
uses: actions/download-artifact@v4
6565
with:
6666
name: documentation
6767
- name: Deploy to GiHub Pages

0 commit comments

Comments
 (0)