From c6772d84ce7c7312fac05f4aa7707720c95976f1 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Sat, 18 Jan 2025 14:47:56 +0530 Subject: [PATCH] Update zstd workflow [skip ci] --- .github/workflows/zstd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zstd.yml b/.github/workflows/zstd.yml index e5b995f..30c76d6 100644 --- a/.github/workflows/zstd.yml +++ b/.github/workflows/zstd.yml @@ -12,7 +12,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip-build')" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install requirements run: apt-get update && apt-get install sudo curl make gcc jq unzip -y - name: Get ZSTD_DIR @@ -25,7 +25,7 @@ jobs: USER: ${{ github.repository_owner }} run: bash scripts/install-zstd.sh - name: Upload zstd Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: ${{ steps.zstd.outputs.zstd_dir }}-ubuntu${{ matrix.container }} path: /opt/zstd \ No newline at end of file