diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 10f9eb47d326..377e9713be58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: CONFIG_FLAGS: ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }} if: matrix.PYTHON.OPENSSL - name: Load cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 id: ossl-cache with: path: ${{ github.workspace }}/osslcache