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 @@ -221,7 +221,7 @@ jobs:
221221      if : ${{ runner.python-version }} != "3.9" 
222222      run : make -f Makefile test-pytest ; 
223223    - name : Upload Python ${{ matrix.python-version }} coverage to Codecov 
224-       uses : codecov/codecov-action@v4  
224+       uses : codecov/codecov-action@v5  
225225      with :
226226        token : ${{ secrets.CODECOV_TOKEN }} 
227227        files : ./coverage.xml 
@@ -300,7 +300,7 @@ jobs:
300300      if : ${{ runner.python-version }} != "3.9" 
301301      run : make -f Makefile test-pytest ; 
302302    - name : Upload Python ${{ matrix.python-version }} coverage to Codecov 
303-       uses : codecov/codecov-action@v4  
303+       uses : codecov/codecov-action@v5  
304304      with :
305305        token : ${{ secrets.CODECOV_TOKEN }} 
306306        files : ./coverage.xml 
@@ -414,7 +414,7 @@ jobs:
414414        cp -vf ./coverage.xml ./test-reports/coverage.xml || true ; 
415415shell : bash 
416416    - name : Upload Python ${{ matrix.python-version }} coverage to Codecov 
417-       uses : codecov/codecov-action@v4  
417+       uses : codecov/codecov-action@v5  
418418      with :
419419        token : ${{ secrets.CODECOV_TOKEN }} 
420420        files : ./test-reports/coverage_supplement.xml 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments