Update actions/download-artifact action to v4 #30

Open
renovate wants to merge 1 commit from renovate/actions-download-artifact-4.x into main

View file

@ -79,7 +79,7 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: build name: build
path: dist path: dist
@ -113,7 +113,7 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Download build artifact - name: Download build artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: build name: build
path: dist path: dist