diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index d73cb2c..2fb75bc 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: pattern: native-* path: runtimes-staging