We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4671756 commit 34fd010Copy full SHA for 34fd010
1 file changed
.github/workflows/publishing.yaml
@@ -16,7 +16,7 @@ jobs:
16
run: uv python install 3.14
17
- name: Build wheel and source tarball
18
run: uv build
19
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
20
with:
21
name: python-package-distributions
22
path: dist/
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ubuntu-latest
30
31
steps:
32
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
33
34
35
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
0 commit comments