File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ jobs:
173173      - name : Run Unit Tests 
174174        run : | 
175175          make -j4 gotest-with-junit 
176- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
176+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
177177        with :
178178          name : test-results-${{ runner.os }}-${{ matrix.runner }}-${{ matrix.go-version }} 
179179          path : internal/tools/testresults/ 
Original file line number Diff line number Diff line change 2828          contrib_path=/tmp/opentelemetry-collector-contrib 
2929          git clone --depth=1 https://github.com/open-telemetry/opentelemetry-collector-contrib.git $contrib_path 
3030          make CONTRIB_PATH=$contrib_path prepare-contrib 
31- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
31+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
3232        with :
3333          name : contrib 
3434          path : /tmp/opentelemetry-collector-contrib/ 
5959      - name : Checkout Repo 
6060        uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8  #  v5.0.0
6161      - name : Download contrib 
62-         uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0   #  v5 .0.0
62+         uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6 .0.0
6363        with :
6464          name : contrib 
6565          path : /tmp/contrib 
Original file line number Diff line number Diff line change 5656      #  Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5757      #  format to the repository Actions tab.
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