diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68a394a0..dd6e7309 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: version: ${{ matrix.version }} arch: ${{ matrix.arch }} - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: @@ -52,7 +52,7 @@ jobs: - x64 steps: - uses: actions/checkout@v2 - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: