From 971597139ca352e73a359f98b00ba9888556533e Mon Sep 17 00:00:00 2001 From: Santhosh Chinnasamy Date: Sun, 27 Oct 2024 15:08:31 +0530 Subject: [PATCH] bump action version --- .github/workflows/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 0d1a87e..26146eb 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -26,7 +26,7 @@ jobs: ls -la target/debian mv target/debian/cliq_0.4.1-1_arm64.deb target/debian/cliq-${RELEASE_VERSION}-arm64.deb - name: Upload deb - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: cliq-arm64v${RELEASE_VERSION}.deb path: target/debian/*.deb