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 18cdb5d commit 78d02cbCopy full SHA for 78d02cb
.github/workflows/check.yaml
@@ -108,7 +108,7 @@ jobs:
108
env:
109
UV_PYTHON_PREFERENCE: only-managed
110
- name: Download coverage data
111
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
112
with:
113
path: .tox
114
pattern: .coverage.*
.github/workflows/release.yaml
@@ -38,7 +38,7 @@ jobs:
38
id-token: write
39
steps:
40
- name: Download all the dists
41
42
43
name: ${{ env.dists-artifact-name }}
44
path: dist/
0 commit comments