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 ed7f494 commit 08e3664Copy full SHA for 08e3664
.github/workflows/ci.yml
@@ -304,7 +304,7 @@ jobs:
304
- name: Install
305
run: |
306
pip install tox
307
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
308
with:
309
name: dist
310
path: dist/
@@ -343,7 +343,7 @@ jobs:
343
- test
344
- linting
345
steps:
346
347
348
349
0 commit comments