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.
2 parents 01e3037 + a62a691 commit e3c179dCopy full SHA for e3c179d
.github/workflows/ci-pr.yaml
@@ -74,7 +74,7 @@ jobs:
74
mike set-default $MIKE_VERSION
75
76
- name: Upload site
77
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
78
with:
79
name: docs-site
80
path: site/
.github/workflows/ci.yaml
@@ -119,7 +119,7 @@ jobs:
119
run: python -m build
120
121
- name: Upload distribution files
122
123
124
name: dist-packages
125
path: dist/
@@ -221,7 +221,7 @@ jobs:
221
222
223
224
225
226
227
0 commit comments