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 38fd994 commit 100c799Copy full SHA for 100c799
.github/workflows/smokeshow.yml
@@ -33,7 +33,7 @@ jobs:
33
requirements**.txt
34
pyproject.toml
35
- run: uv pip install -r requirements-github-actions.txt
36
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
37
with:
38
name: coverage-html
39
path: htmlcov
.github/workflows/test.yml
@@ -100,7 +100,7 @@ jobs:
100
101
102
- name: Get coverage files
103
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
104
105
pattern: coverage-*
106
path: coverage
0 commit comments