diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 510570c6..ef669ec9 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -37,7 +37,7 @@ jobs: - name: Build project run: npm run build - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build path: |