diff --git a/.github/workflows/pre-release-build.yml b/.github/workflows/pre-release-build.yml index 5d1bdf464..6248ec73c 100644 --- a/.github/workflows/pre-release-build.yml +++ b/.github/workflows/pre-release-build.yml @@ -30,7 +30,7 @@ jobs: run: echo "NODE_VERSION=$(node -p 'process.versions.node')" >> $GITHUB_ENV - run: npm ci - name: Cache Webpack filesystem cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | .cache/webpack