From 22b57b579c4712300d8545934286b267240f0f6b Mon Sep 17 00:00:00 2001 From: lean-apple <78718413+lean-apple@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:39:41 +0200 Subject: [PATCH] fix: fix another upgrade --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 647ee9b..6131edd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: command: test args: --all - name: Upload target directory - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: coral-cli-binary path: target/release/coral-cli