From abb4db58647a9003b0d04ca5feea95973ba0f43a Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Fri, 29 Aug 2025 13:27:30 +0200 Subject: [PATCH] use lower artifact up/download actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85b850c..bf8a805 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Build run: bun run build - name: Create Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v2 with: name: build path: . @@ -31,7 +31,7 @@ jobs: image: oven/bun steps: - name: Download Artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v2 with: name: build - name: Install Biome