We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151e12a commit f545c2dCopy full SHA for f545c2d
1 file changed
.github/workflows/deploy_public.yml
@@ -105,7 +105,7 @@ jobs:
105
sphinx-build -b html ./docs ./build/html
106
107
- name: Stash build artifacts
108
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
109
with:
110
name: build_artifacts
111
path: |
@@ -126,7 +126,7 @@ jobs:
126
run: Get-ChildItem . | Remove-Item -Recurse -Force
127
128
- name: Fetch build artifacts
129
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
130
131
132
@@ -168,7 +168,7 @@ jobs:
168
169
170
171
172
173
174
0 commit comments