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