We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df65a4e commit 95065e4Copy full SHA for 95065e4
2 files changed
.github/workflows/smokeshow.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- run: pip install smokeshow
26
27
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
28
with:
29
name: coverage-html
30
path: htmlcov
.github/workflows/test.yml
@@ -91,7 +91,7 @@ jobs:
91
# cache: "pip"
92
# cache-dependency-path: pyproject.toml
93
- name: Get coverage files
94
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
95
96
pattern: coverage-*
97
path: coverage
0 commit comments