diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ae40d7..bde2f55 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@v4 - - uses: actions/cache@v1 + - uses: actions/cache@v4 env: cache-name: cache-artifacts with: