diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecd3a7c0c..dbf39c3db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1172,7 +1172,7 @@ jobs: - name: Restore binaries from cache id: binary-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target/x86_64-unknown-linux-musl/release/alien @@ -1227,7 +1227,7 @@ jobs: - name: Restore binaries from cache id: binary-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target/aarch64-unknown-linux-musl/release/alien @@ -1284,7 +1284,7 @@ jobs: - name: Restore binaries from cache id: binary-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target/aarch64-apple-darwin/release/alien @@ -1354,7 +1354,7 @@ jobs: - name: Restore binaries from cache id: binary-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | target/x86_64-pc-windows-msvc/release/alien.exe