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 5609164 commit 19b88ccCopy full SHA for 19b88cc
.github/workflows/smokeshow.yml
@@ -36,7 +36,7 @@ jobs:
36
requirements**.txt
37
pyproject.toml
38
- run: uv pip install -r requirements-tests.txt
39
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
40
with:
41
name: coverage-html
42
path: htmlcov
.github/workflows/test.yml
@@ -99,7 +99,7 @@ jobs:
99
100
101
- name: Get coverage files
102
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
103
104
pattern: coverage-*
105
path: coverage
0 commit comments