diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a600578..c255ae8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: # Download the binary from the previous job - name: Download x86_64 linux binary - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: node-template path: ${{ github.workspace }}