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 @@ -203,7 +203,7 @@ jobs:
203203          report_paths : ' **/*results.xml' 
204204
205205      - name : Upload test artifacts 
206-         uses : actions/upload-artifact@v4  
206+         uses : actions/upload-artifact@v5  
207207        if : always() 
208208        with :
209209          name : e2e-tests 
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154          PODMAN_DESKTOP_ARGS : ${{ github.workspace }}/podman-desktop 
155155        run : pnpm test:e2e 
156156
157-       - uses : actions/upload-artifact@v4  
157+       - uses : actions/upload-artifact@v5  
158158        if : always() 
159159        with :
160160          name : e2e-tests 
@@ -254,7 +254,7 @@ jobs:
254254        run : | 
255255          pnpm test:e2e 
256256
257-        - uses : actions/upload-artifact@v4  
257+        - uses : actions/upload-artifact@v5  
258258        if : always() 
259259        with :
260260          name : e2e-tests-production 
Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268268        report_paths : ' **/*results.xml' 
269269
270270    - name : Upload test artifacts 
271-       uses : actions/upload-artifact@v4  
271+       uses : actions/upload-artifact@v5  
272272      if : always() 
273273      with :
274274        name : results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments