Skip to content

Commit

Permalink
Update from V3 to V4
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipulot committed Feb 2, 2025
1 parent 8571703 commit c5d315e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:

- name: Build
run: |
npm ci
npm ci
npm run build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: build-error
Expand Down

0 comments on commit c5d315e

Please sign in to comment.