diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c804ab..875b040 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,7 +160,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download all native library artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: pattern: native-lib-* path: native-libs-temp @@ -197,7 +197,7 @@ jobs: - uses: actions/checkout@v6 - name: Download all artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: artifacts