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 40536d8 commit 259388bCopy full SHA for 259388b
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
- build-release
39
steps:
40
- name: fetch dists
41
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
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
- uses: actions/download-artifact@v3.0.2
113
114
name: coverage-data
115
0 commit comments