diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a7e9b2..5ba0503 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,7 +118,7 @@ jobs: just build-native - name: Temporarily save native library for ${{ matrix.arch }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: native_libs-${{ matrix.arch }} path: ${{env.NATIVE_LIB_LOCATION}}