diff --git a/.github/workflows/rav1e.yml b/.github/workflows/rav1e.yml index 062ae07bc9..45cbdd2528 100644 --- a/.github/workflows/rav1e.yml +++ b/.github/workflows/rav1e.yml @@ -203,7 +203,7 @@ jobs: run: | cargo --version > Cargo.version - name: Cache cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true with: path: ~/.cargo/registry/cache @@ -211,7 +211,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ matrix.conf }}-cargo-registry- - name: Cache sccache output - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true with: path: /home/runner/.cache/sccache @@ -374,7 +374,7 @@ jobs: run: | cargo --version > Cargo.version - name: Cache cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true with: path: ~/.cargo/registry/cache @@ -382,7 +382,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ matrix.conf }}-cargo-registry- - name: Cache sccache output - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true with: path: /Users/runner/Library/Caches/Mozilla.sccache @@ -456,7 +456,7 @@ jobs: run: | cargo --version > Cargo.version - name: Cache cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true with: path: ~/.cargo/registry/cache @@ -464,7 +464,7 @@ jobs: restore-keys: | ${{ runner.os }}-${{ matrix.conf }}-${{ matrix.target }}-cargo-registry- - name: Cache sccache output - uses: actions/cache@v4 + uses: actions/cache@v5 continue-on-error: true with: path: C:\sccache