From 16b6b7c695c78c649310d1c7da905e7d628e493c Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Mon, 24 Jun 2024 18:22:40 +0300 Subject: [PATCH] =?UTF-8?q?chore(ci):=20revert=20actions/cache=20and=C2=A0?= =?UTF-8?q?upload-artifact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust-cubestore.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-cubestore.yml b/.github/workflows/rust-cubestore.yml index a5e1a67a5ee20..0e514b117a5d7 100644 --- a/.github/workflows/rust-cubestore.yml +++ b/.github/workflows/rust-cubestore.yml @@ -106,7 +106,7 @@ jobs: with: version: v0.9.1 - name: Cache Docker layers - uses: actions/cache@v4 + uses: actions/cache@v3 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-${{ matrix.target }}-buildx-${{ github.sha }} @@ -201,7 +201,7 @@ jobs: mv rust/cubestore/target/${{ matrix.target }}/release/${{ matrix.executable_name }} cubestore-archive/bin/${{ matrix.executable_name }} cd cubestore-archive tar -cvzf cubestored-${{ matrix.target }}.tar.gz * - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v2 with: path: cubestore-archive/cubestored-${{ matrix.target }}.tar.gz name: cubestored-${{ matrix.target }}.tar.gz @@ -278,7 +278,7 @@ jobs: mv rust/cubestore/target/${{ matrix.target }}/release/${{ matrix.executable_name }} cubestore-archive/bin/${{ matrix.executable_name }} cd cubestore-archive tar -cvzf cubestored-${{ matrix.target }}.tar.gz * - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v2 with: path: cubestore-archive/cubestored-${{ matrix.target }}.tar.gz name: cubestored-${{ matrix.target }}.tar.gz