diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 55d8b231..3831c65a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Node Modules if: ${{ matrix.node-version == 16 }} - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules @@ -54,7 +54,7 @@ jobs: with: node-version: 16 - name: Load Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules @@ -76,7 +76,7 @@ jobs: node-version: 16 registry-url: https://registry.npmjs.org/ - name: Load Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules