@@ -164,7 +164,7 @@ jobs:
164164 run : yarn cli build specs -s
165165
166166 - name : Store bundled specs
167- uses : actions/upload-artifact@v5
167+ uses : actions/upload-artifact@v6
168168 with :
169169 if-no-files-found : error
170170 name : specs
@@ -248,13 +248,13 @@ jobs:
248248 run : echo "dir=$(cd tests/output/javascript && yarn config get cacheFolder)" >> $GITHUB_OUTPUT
249249
250250 - name : Restore Yarn js tests
251- uses : actions/cache@v4
251+ uses : actions/cache@v5
252252 with :
253253 path : ${{ steps.yarn-cache-dir-tests.outputs.dir || 'tests/output/javascript/.yarn/cache' }}
254254 key : yarn-cache-tests-${{ hashFiles('tests/output/javascript/yarn.lock') }}
255255
256256 - name : Cache js tests node modules
257- uses : actions/cache@v4
257+ uses : actions/cache@v5
258258 with :
259259 path : tests/output/javascript/node_modules
260260 key : node-modules-tests-${{ hashFiles('tests/output/javascript/yarn.lock') }}
@@ -291,7 +291,7 @@ jobs:
291291 run : zip -r -y clients-javascript.zip clients/algoliasearch-client-javascript ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).testsToStore }} ${{ fromJSON(needs.setup.outputs.JAVASCRIPT_DATA).guidesToStore }} -x "**/node_modules**" "**/.yarn/cache/**" "**/.yarn/install-state.gz" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/.nx/**"
292292
293293 - name : Store javascript clients
294- uses : actions/upload-artifact@v5
294+ uses : actions/upload-artifact@v6
295295 with :
296296 if-no-files-found : error
297297 name : clients-javascript
@@ -414,7 +414,7 @@ jobs:
414414
415415 - name : Store ${{ matrix.client.language }} clients
416416 if : ${{ matrix.client.isMainVersion }}
417- uses : actions/upload-artifact@v5
417+ uses : actions/upload-artifact@v6
418418 with :
419419 if-no-files-found : error
420420 name : clients-${{matrix.client.language }}
0 commit comments