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 e7809f9 commit da54dabCopy full SHA for da54dab
.github/workflows/ci-pr.yaml
@@ -48,7 +48,7 @@ jobs:
48
mike set-default $MIKE_VERSION
49
50
- name: Upload site
51
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
52
with:
53
name: docs-site
54
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