Update actions/upload-artifact action to v4
Some checks failed
Build and Deploy Website / Build Website (push) Failing after 35s
Build and Deploy Website / Deploy Dev Website (push) Has been skipped
Build and Deploy Website / Deploy Website (push) Has been skipped

This commit is contained in:
Renovate Bot 2024-03-20 23:00:54 +00:00
parent a1a9ecaf63
commit a952018631

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/