From 0faa4a434fb80e19f50ecdf9c15252a18129a323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Narzis?= <78718413+lean-apple@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:37:33 +0200 Subject: [PATCH] Update release.yml (#38) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac3c6b6..647ee9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: toolchain: stable override: true - name: Download coral-cli binary - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4 with: name: coral-cli-binary path: target/release/ @@ -52,7 +52,7 @@ jobs: mkdir -p release_artifacts && \ tar -czvf release_artifacts/coral-cli_${{ github.event.inputs.version }}.tar.gz -C target/release coral-cli - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: release_artifacts path: release_artifacts/ @@ -88,4 +88,4 @@ jobs: context: . file: ./docker/Dockerfile push: true - tags: pufferfi/coral-cli:${{ github.event.inputs.version }} \ No newline at end of file + tags: pufferfi/coral-cli:${{ github.event.inputs.version }}