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 54ac2fe commit d1873f9Copy full SHA for d1873f9
.github/workflows/pypi-release.yaml
@@ -62,7 +62,7 @@ jobs:
62
name: Install Python
63
with:
64
python-version: "3.12"
65
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v5
66
67
name: releases
68
path: dist
@@ -89,7 +89,7 @@ jobs:
89
id-token: write
90
91
steps:
92
93
94
95
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
117
118
0 commit comments