Update actions/download-artifact action to v4

This commit is contained in:
renovate[bot] 2023-12-14 18:24:06 +00:00 committed by GitHub
parent 0f445e15b1
commit f58d42f8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
- name: Create dist folder - name: Create dist folder
run: | run: |
mkdir -p dist mkdir -p dist
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v4
with: with:
name: whl name: whl
path: dist path: dist