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 a8a8b63 commit b2c7933Copy full SHA for b2c7933
.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
@@ -103,7 +103,7 @@ jobs:
103
104
105
- name: Get coverage files
106
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
107
108
pattern: coverage-*
109
path: coverage
0 commit comments