diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22d7110..f0e6da2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: override: true - name: Cache Rust dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -57,7 +57,7 @@ jobs: - name: Cache LLVM on Windows if: runner.os == 'Windows' id: cache-llvm - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: C:\Program Files\LLVM key: windows-llvm-latest