From ed9eb0969c5fcac2907d043d851729072953d015 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 13 Jan 2023 12:06:42 -0800 Subject: [PATCH] chore: update artifact URL --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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