diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a600578..d1d565e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: - name: Upload x86_64 linux binary to workflow if: (matrix.target == 'x86_64-unknown-linux-gnu') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: node-template path: ${{ github.workspace }}/target/x86_64-unknown-linux-gnu/release/node-template