diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 302082f..6cf4b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -267,7 +267,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: download bindings - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bindings - name: compare @@ -295,7 +295,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Download bindings - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: bindings - name: Copy x86_64 bindings