We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7466791 + c870947 commit 1e51e37Copy full SHA for 1e51e37
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
- build-release
39
steps:
40
- name: fetch dists
41
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
42
with:
43
name: slither-dists
44
path: dist/
.github/workflows/test.yml
@@ -109,7 +109,7 @@ jobs:
109
- run: pip install coverage[toml]
110
111
- name: download coverage data
112
113
114
pattern: coverage-data-*
115
merge-multiple: true
0 commit comments