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