We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dcff08 commit c6772d8Copy full SHA for c6772d8
.github/workflows/zstd.yml
@@ -12,7 +12,7 @@ jobs:
12
if: "!contains(github.event.head_commit.message, 'skip-build')"
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
- name: Install requirements
17
run: apt-get update && apt-get install sudo curl make gcc jq unzip -y
18
- name: Get ZSTD_DIR
@@ -25,7 +25,7 @@ jobs:
25
USER: ${{ github.repository_owner }}
26
run: bash scripts/install-zstd.sh
27
- name: Upload zstd Artifact
28
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
29
with:
30
name: ${{ steps.zstd.outputs.zstd_dir }}-ubuntu${{ matrix.container }}
31
path: /opt/zstd
0 commit comments