We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b6c94 commit 0a5bbd8Copy full SHA for 0a5bbd8
1 file changed
.github/workflows/cd.yaml
@@ -92,7 +92,7 @@ jobs:
92
if: 'startsWith(github.ref, ''refs/tags/'')'
93
needs: [linux, windows, macos]
94
steps:
95
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
96
with:
97
path: dist
98
- name: Create Release
@@ -119,7 +119,7 @@ jobs:
119
if: startsWith(github.ref, 'refs/tags/')
120
121
122
123
124
125
- name: Publish to PyPI
0 commit comments