File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 8686          path/to/dir-[23]/* 
8787          !path/to/dir-3/*.txt 
8888
89- #  Verify artifacts. Switch to download-artifact@v2 once it's out of preview
90- 
9189#  Download Artifact #1 and verify the correctness of the content
9290    - name : ' Download artifact #1' 
93-       uses : actions/download-artifact@v1  
91+       uses : actions/download-artifact@v3  
9492      with :
9593        name : ' Artifact-A' 
9694        path : some/new/path 
@@ -110,7 +108,7 @@ jobs:
110108
111109    #  Download Artifact #2 and verify the correctness of the content
112110    - name : ' Download artifact #2' 
113-       uses : actions/download-artifact@v1  
111+       uses : actions/download-artifact@v3  
114112      with :
115113        name : ' artifact' 
116114        path : some/other/path 
@@ -131,7 +129,7 @@ jobs:
131129
132130    #  Download Artifact #3 and verify the correctness of the content
133131    - name : ' Download artifact #3' 
134-       uses : actions/download-artifact@v1  
132+       uses : actions/download-artifact@v3  
135133      with :
136134        name : ' GZip-Artifact' 
137135        path : gzip/artifact/path 
@@ -151,7 +149,7 @@ jobs:
151149shell : pwsh 
152150
153151    - name : ' Download artifact #4' 
154-       uses : actions/download-artifact@v1  
152+       uses : actions/download-artifact@v3  
155153      with :
156154        name : ' Multi-Path-Artifact' 
157155        path : multi/artifact 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments