diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a46ceda..0f0b912 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -111,7 +111,7 @@ jobs: arm-linux-gnueabihf-strip target/${{ matrix.target }}/release/runtime-base-rust || true - name: Upload binary - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: runtime-base-rust-${{ matrix.target }} path: target/${{ matrix.target }}/release/runtime-base-rust