diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10d3374..d9334ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: cache: true - name: Download native libraries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: native-libs-${{ matrix.os }} @@ -156,7 +156,7 @@ jobs: cache: true - name: Download native libraries - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: name: native-libs-ubuntu-latest