diff --git a/.github/workflows/release-bun.yml b/.github/workflows/release-bun.yml index d957cda..c6e10ac 100644 --- a/.github/workflows/release-bun.yml +++ b/.github/workflows/release-bun.yml @@ -29,7 +29,7 @@ jobs: - name: Build Darwin x64 run: bun build --compile --minify --target=bun-darwin-x64 ./slice.cjs --outfile slice-darwin-x64 - name: Upload release files - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: path: ./slice* compression-level: 7