Skip to content

Commit

Permalink
Update zstd workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jan 18, 2025
1 parent 0dcff08 commit c6772d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zstd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c6772d8

Please sign in to comment.