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.
2 parents 520f935 + 45172be commit 3620b97Copy full SHA for 3620b97
.github/workflows/pypi-publish.yaml
@@ -66,19 +66,19 @@ jobs:
66
permissions:
67
id-token: write
68
steps:
69
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v6
70
with:
71
name: ubuntu-20.04-wheels
72
path: artifacts/linux
73
74
75
name: windows-2019-wheels
76
path: artifacts/windows
77
78
79
name: macos-latest-wheels
80
path: artifacts/macos
81
82
83
name: source-dist
84
path: artifacts/sdist
0 commit comments