diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2ff83b3ad..fe8a2e4eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,8 +27,8 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: 'pnpm' - registry-url: 'https://registry.npmjs.org' + cache: "pnpm" + registry-url: "https://registry.npmjs.org" - name: Configure CI Git User run: bash ./scripts/configure-git-user.sh @@ -43,7 +43,7 @@ jobs: run: pnpm build - name: Archive build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: build-artifacts path: |