We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed8b17 commit b9fea09Copy full SHA for b9fea09
.github/workflows/ci-pr.yaml
@@ -47,7 +47,7 @@ jobs:
47
mike set-default $MIKE_VERSION
48
49
- name: Upload site
50
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
51
with:
52
name: docs-site
53
path: site/
.github/workflows/ci.yaml
@@ -93,7 +93,7 @@ jobs:
93
run: python -m build
94
95
- name: Upload distribution files
96
97
98
name: dist-packages
99
path: dist/
@@ -195,7 +195,7 @@ jobs:
195
196
197
198
199
200
201
0 commit comments