From 7e46e7a112183c294d627f25477c2566a579b6a7 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Wed, 23 Oct 2024 22:01:41 +0300 Subject: [PATCH] Fixed CI --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8d380f6e..ffbe258f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -129,7 +129,7 @@ jobs: git clone https://github.com/MoneroOcean/xmrig.git . git checkout $GITHUB_REF_NAME - name: Create cache for artifacts - uses: actions/cache@v4 + uses: actions/cache@v1 with: path: artifacts key: artifacts-key @@ -149,7 +149,7 @@ jobs: - build_lin_ub12 steps: - name: Restore cached artifacts - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v1 with: path: artifacts key: artifacts-key