1 parent 4988ed2 commit 0e62099Copy full SHA for 0e62099
2 files changed
.github/workflows/docs.yml
@@ -100,7 +100,7 @@ jobs:
100
101
# Fetch the built docs from the "build" job
102
- name: Download HTML documentation artifact
103
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v8
104
with:
105
name: docs-${{ github.sha }}
106
path: doc/_build/
.github/workflows/pypi.yml
@@ -97,7 +97,7 @@ jobs:
97
98
# Fetch the built archives from the "build" job
99
- name: Download built archives artifact
name: pypi-${{ github.sha }}
path: dist
0 commit comments