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 6452b0e commit ce9cc5bCopy full SHA for ce9cc5b
.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
43
- name: "Build package"
44
run: uv build
45
- name: "Store the distribution packages"
46
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
47
with:
48
name: distfiles
49
path: dist/
@@ -56,7 +56,7 @@ jobs:
56
- name: "Checkout"
57
uses: actions/checkout@v6
58
- name: "Download all the dists"
59
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
60
61
62
@@ -75,7 +75,7 @@ jobs:
75
runs-on: ubuntu-latest
76
steps:
77
78
79
80
81
0 commit comments