diff --git a/.github/workflows/build-to-release.yml b/.github/workflows/build-to-release.yml index fbbcaee..e2a9072 100644 --- a/.github/workflows/build-to-release.yml +++ b/.github/workflows/build-to-release.yml @@ -25,7 +25,7 @@ jobs: targets: ${{ matrix.rust_target }} - name: Cache cargo dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -77,7 +77,7 @@ jobs: targets: x86_64-unknown-linux-gnu - name: Cache cargo dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry