diff --git a/.github/workflows/build_test_publish.yml b/.github/workflows/build_test_publish.yml index 2bb7e50a8..03eeb3dee 100644 --- a/.github/workflows/build_test_publish.yml +++ b/.github/workflows/build_test_publish.yml @@ -32,7 +32,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Get yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: yarn-cache with: path: ${{steps.yarn-cache-dir-path.outputs.dir}}