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 @@ -51,12 +51,12 @@ jobs:
5151                NODE_ENV : production 
5252              run : npm run build 
5353            - name : Store Build Output 
54-               uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882   #  v4
54+               uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b   #  v4
5555              with :
5656                name : build-output 
5757                path : ./build 
5858            - name : Store Dist Output 
59-               uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882   #  v4
59+               uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b   #  v4
6060              with :
6161                name : dist-output 
6262                path : ./dist 
7171              run : npm run test:integration -- --reporters="default" --reporters="jest-junit" 
7272            - name : Store Test Results 
7373              if : always()  #  Even if tests fail
74-               uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882   #  v4
74+               uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b   #  v4
7575              with :
7676                name : test-output 
7777                path : ./test-results/*  #  Both unit and integration test results
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments