diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 4bb96fb..590319a 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -21,7 +21,7 @@ jobs: node-version: lts/* - name: Cache npm dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache-node-modules with: path: node_modules @@ -35,7 +35,7 @@ jobs: run: npm run benchmark | tee benchmark.txt - name: Download previous benchmark data - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ./cache key: ${{ runner.os }}-benchmark