File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164164        run : yarn cli build specs -s 
165165
166166      - name : Store bundled specs 
167-         uses : actions/upload-artifact@v4  
167+         uses : actions/upload-artifact@v5  
168168        with :
169169          if-no-files-found : error 
170170          name : specs 
@@ -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@v4  
294+         uses : actions/upload-artifact@v5  
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@v4  
417+         uses : actions/upload-artifact@v5  
418418        with :
419419          if-no-files-found : error 
420420          name : clients-${{matrix.client.language }} 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments