From 1abb930107a48875aacca9da51bfdb0281415348 Mon Sep 17 00:00:00 2001 From: Rafael Cardenas Date: Tue, 17 Sep 2024 14:34:37 -0600 Subject: [PATCH] ci: upgrade upload-artifact --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1066d6b4..06d9f82ca 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -273,14 +273,14 @@ jobs: # Separate uploads to prevent paths from being preserved - name: Upload cargo artifacts (Linux) if: matrix.os != 'windows-latest' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: chainhook-${{ env.SHORT_TARGET_NAME }} path: chainhook-${{ env.SHORT_TARGET_NAME }}.tar.gz - name: Upload cargo artifact (Windows) if: matrix.os == 'windows-latest' - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: chainhook-${{ env.SHORT_TARGET_NAME }} path: chainhook-${{ env.SHORT_TARGET_NAME }}.msi