diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3af7b1caa..7dbe037bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -290,7 +290,7 @@ jobs: toolchain: stable - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 if: ${{ !matrix.skip_webui }} with: path: aw-server-rust/aw-webui/node_modules @@ -299,7 +299,7 @@ jobs: ${{ matrix.os }}-node_modules- - name: Cache cargo build - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cargo-build-target with: @@ -485,7 +485,7 @@ jobs: toolchain: stable - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@v6 if: ${{ !matrix.skip_webui }} with: path: | @@ -496,7 +496,7 @@ jobs: ${{ matrix.os }}-node_modules- - name: Cache cargo build - uses: actions/cache@v5 + uses: actions/cache@v6 env: cache-name: cargo-build-target with: