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 d4c245f commit cdd2427Copy full SHA for cdd2427
.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@v4
+ - uses: actions/download-artifact@v5
37
with:
38
name: coverage-html
39
path: htmlcov
.github/workflows/test.yml
@@ -98,7 +98,7 @@ jobs:
98
99
100
- name: Get coverage files
101
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
102
103
pattern: coverage-*
104
path: coverage
0 commit comments