File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ jobs:
343343          [[ $NODE_VERSION == 8 ]] && yarn add --dev --ignore-engines --ignore-scripts --ignore-workspace-root-check ts-node@8.10.2 
344344          yarn test-ci 
345345name : Compute test coverage 
346-         uses : codecov/codecov-action@v1  
346+         uses : codecov/codecov-action@v3  
347347
348348  job_nextjs_integration_test :
349349    name : Test @sentry/nextjs on (Node ${{ matrix.node }}) 
@@ -424,7 +424,7 @@ jobs:
424424          cd packages/ember 
425425          yarn ember try:one ${{ matrix.scenario }} --skip-cleanup=true 
426426name : Compute test coverage 
427-         uses : codecov/codecov-action@v1  
427+         uses : codecov/codecov-action@v3  
428428
429429  job_browser_playwright_tests :
430430    name : Playwright - ${{ (matrix.tracing_only && 'Browser + Tracing') || 'Browser' }} (${{ matrix.bundle }}) 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments