diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 5617409..6ae4ecd 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -128,7 +128,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Restore modules cache - uses: actions/cache@v4 + uses: actions/cache/restore@v4 with: path: ${{ github.workspace }}/node_modules key: linux-arm-node-${{ matrix.node }}-${{ hashFiles('**/package-lock.json') }} @@ -162,7 +162,7 @@ jobs: npm run unit npm run integration - name: Update modules cache - uses: actions/cache@v4 + uses: actions/cache/save@v4 # We always want to run this step even if the "test" step failed. if: '!cancelled()' with: