Skip to content

Commit c6772d8

Browse files
committed
Update zstd workflow [skip ci]
1 parent 0dcff08 commit c6772d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zstd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: "!contains(github.event.head_commit.message, 'skip-build')"
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Install requirements
1717
run: apt-get update && apt-get install sudo curl make gcc jq unzip -y
1818
- name: Get ZSTD_DIR
@@ -25,7 +25,7 @@ jobs:
2525
USER: ${{ github.repository_owner }}
2626
run: bash scripts/install-zstd.sh
2727
- name: Upload zstd Artifact
28-
uses: actions/upload-artifact@v2
28+
uses: actions/upload-artifact@v4
2929
with:
3030
name: ${{ steps.zstd.outputs.zstd_dir }}-ubuntu${{ matrix.container }}
3131
path: /opt/zstd

0 commit comments

Comments
 (0)