diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31382b7..ed0a8bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,7 +56,8 @@ jobs: bun-version: ["latest"] custom-download-url: - ["https://api.github.com/repos/oven-sh/bun/actions/artifacts/509746251/zip"] + ["https://api.github.com/repos/oven-sh/bun/actions/artifacts/509746254/zip"] + # use the artifact ID for `bun-linux-x64` from a recent CI build steps: - uses: actions/checkout@v2