Skip to content

Commit a4552b9

Browse files
chore(deps): bump actions/download-artifact from 7 to 8 (#364)
1 parent 7dcc6ba commit a4552b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
LICENSE
9595
9696
- name: Download Wheel Artifact
97-
uses: actions/download-artifact@v7
97+
uses: actions/download-artifact@v8
9898
with:
9999
name: endstone-wheels-cp313-win_amd64
100100
path: wheelhouse
@@ -146,7 +146,7 @@ jobs:
146146

147147
steps:
148148
- name: Download wheel artifacts
149-
uses: actions/download-artifact@v7
149+
uses: actions/download-artifact@v8
150150
with:
151151
pattern: endstone-wheels-*
152152
path: dist/wheels
@@ -158,7 +158,7 @@ jobs:
158158
packages-dir: dist/wheels
159159

160160
- name: Download portable artifact
161-
uses: actions/download-artifact@v7
161+
uses: actions/download-artifact@v8
162162
with:
163163
name: endstone-win_amd64-portable
164164
path: dist/portable

0 commit comments

Comments
 (0)