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 ff0c11b commit 7114af3Copy full SHA for 7114af3
.github/workflows/docs.yml
@@ -34,7 +34,7 @@ jobs:
34
TOXENV: docs
35
run: tox
36
- name: Archive generated docs
37
- uses: actions/upload-artifact@v3.1.3
+ uses: actions/upload-artifact@v4.0.0
38
with:
39
name: html-docs
40
path: build/sphinx/html/
.github/workflows/test.yml
@@ -119,7 +119,7 @@ jobs:
119
pip install -r requirements-test.txt
120
- name: Build package
121
run: python -m build -o dist/
122
- - uses: actions/upload-artifact@v3.1.3
+ - uses: actions/upload-artifact@v4.0.0
123
124
name: dist
125
path: dist
0 commit comments