diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index ae45d04259..80ca25c6fd 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -31,7 +31,7 @@ jobs: channel: "stable" - name: Cache Node modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | node_modules