File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ jobs:
234234        verbose : true 
235235        fail_ci_if_error : false 
236236    - name : Upload Python ${{ matrix.python-version }} Artifact 
237-       uses : actions/upload-artifact@v4  
237+       uses : actions/upload-artifact@v5  
238238      with :
239239        name : Test-Report-${{ matrix.os }}-${{ matrix.python-version }} 
240240        path : ./test-reports/ 
@@ -353,7 +353,7 @@ jobs:
353353        verbose : true 
354354        fail_ci_if_error : false 
355355    - name : Upload Extra Python ${{ matrix.python-version }} Artifact 
356-       uses : actions/upload-artifact@v4  
356+       uses : actions/upload-artifact@v5  
357357      with :
358358        name : Integration-Test-Report-${{ matrix.os }}-${{ matrix.python-version }} 
359359        path : ./test-reports/ 
Original file line number Diff line number Diff line change 5656      #  uploads of run results in SARIF format to the repository Actions tab.
5757      #  https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
5858      - name : " Upload artifact" 
59-         uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02    #  v4.6.2 
59+         uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4    #  v5.0.0 
6060        with :
6161          name : SARIF file 
6262          path : results.sarif 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments