We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622d56c + 997691a commit 5ed198fCopy full SHA for 5ed198f
.github/workflows/release.yaml
@@ -18,7 +18,7 @@ jobs:
18
contents: write
19
steps:
20
- name: Download sdist artifact
21
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
22
with:
23
name: sdist
24
path: ./dist
@@ -37,7 +37,7 @@ jobs:
37
id-token: write
38
39
40
41
42
43
.github/workflows/test.yaml
@@ -34,7 +34,7 @@ jobs:
34
run: uv sync --all-extras --all-groups
35
36
0 commit comments