File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323        run : cd eform-angular-frontend && docker build . -t microtingas/frontend-container:latest --build-arg GITVERSION=1.0.0 
2424        shell : bash 
2525      - run : docker save microtingas/frontend-container:latest -o container.tar 
26-       - uses : actions/upload-artifact@v2  
26+       - uses : actions/upload-artifact@v3  
2727        with :
2828          name : container 
2929          path : container.tar 
@@ -214,7 +214,7 @@ jobs:
214214    - name : Build the tagged Docker image 
215215      run : docker build . -t microtingas/insight-dashboard-container:latest -t microtingas/insight-dashboard-container:${{ steps.get_release_version.outputs.VERSION }} --build-arg GITVERSION=${{ steps.get_frontend_version.outputs.FRONTENDVERSION }} --build-arg PLUGINVERSION=${{ steps.get_version.outputs.VERSION }} 
216216    - run : docker save microtingas/insight-dashboard-container:latest -o insight-container.tar 
217-     - uses : actions/upload-artifact@v2  
217+     - uses : actions/upload-artifact@v3  
218218      with :
219219        name : insight-container 
220220        path : insight-container.tar 
@@ -242,9 +242,9 @@ jobs:
242242    - name : Use Node.js 
243243      uses : actions/setup-node@v3 
244244      with :
245-         8.0.xnode -version20 
245+         node -version20 
246246    - name : ' Preparing Frontend checkout' 
247-       uses : actions/checkout@v2  
247+       uses : actions/checkout@v3  
248248      with :
249249        repository : microting/eform-angular-frontend 
250250        ref : stable 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments