From e8e619a6f61e70be3608ab84fe9b65b3eecdb32c Mon Sep 17 00:00:00 2001 From: 0xripleys <0xripleys@solend.fi> Date: Thu, 26 Sep 2024 15:40:49 +0800 Subject: [PATCH] fix CI --- .github/workflows/pull-request-token-lending.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-token-lending.yml b/.github/workflows/pull-request-token-lending.yml index 2113caffdc0..f1c1c1ff844 100644 --- a/.github/workflows/pull-request-token-lending.yml +++ b/.github/workflows/pull-request-token-lending.yml @@ -59,7 +59,7 @@ jobs: run: ./ci/cargo-test-bpf.sh token-lending - name: Upload programs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: token-lending-programs path: "target/deploy/*.so"