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 7dcc6ba commit a4552b9Copy full SHA for a4552b9
1 file changed
.github/workflows/wheel.yml
@@ -94,7 +94,7 @@ jobs:
94
LICENSE
95
96
- name: Download Wheel Artifact
97
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
98
with:
99
name: endstone-wheels-cp313-win_amd64
100
path: wheelhouse
@@ -146,7 +146,7 @@ jobs:
146
147
steps:
148
- name: Download wheel artifacts
149
150
151
pattern: endstone-wheels-*
152
path: dist/wheels
@@ -158,7 +158,7 @@ jobs:
158
packages-dir: dist/wheels
159
160
- name: Download portable artifact
161
162
163
name: endstone-win_amd64-portable
164
path: dist/portable
0 commit comments