Update actions/download-artifact action to v4 #156
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Create dist folder
|
||||
run: |
|
||||
mkdir -p dist
|
||||
- uses: actions/download-artifact@v3
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: whl
|
||||
path: dist
|
||||
|
Loading…
x
Reference in New Issue
Block a user