diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index f826fd2d5..e985380d4 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -110,7 +110,7 @@ jobs: ref: ${{ needs.check.outputs.ref }} - name: Download native libraries - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: pattern: native-libs-* merge-multiple: true