Update actions/upload-artifact action to v4 #99

Open
renovate-bot wants to merge 1 commit from renovate/actions-upload-artifact-4.x into develop
Showing only changes of commit 59c7ec419a - Show all commits

View file

@ -14,7 +14,7 @@ jobs:
run: npm install run: npm install
- name: Build Website - name: Build Website
run: npm run build run: npm run build
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: build name: build
path: dist/ path: dist/