Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
LICENSE

- name: Download Wheel Artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: endstone-wheels-cp313-win_amd64
path: wheelhouse
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

steps:
- name: Download wheel artifacts
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
pattern: endstone-wheels-*
path: dist/wheels
Expand All @@ -164,7 +164,7 @@ jobs:
packages-dir: dist/wheels

- name: Download portable artifact
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: endstone-win_amd64-portable
path: dist/portable
Expand Down
Loading