File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4040            --site-dir ${{ runner.temp }}/site 
4141working-directory : gh-pages 
4242      - name : Upload Artifact 
43-         uses : actions/upload-artifact@v4  
43+         uses : actions/upload-artifact@v5  
4444        with :
4545          name : doc-site 
4646          path : ${{ runner.temp }}/site/ 
Original file line number Diff line number Diff line change 8080            . 
8181#  Upload artifact (we'll tar it up to save time)
8282      - name : ' Upload Artifact: built-tree' 
83-         uses : actions/upload-artifact@v4  
83+         uses : actions/upload-artifact@v5  
8484        with :
8585          name : built-tree 
8686          path : ${{ runner.temp }}/built-tree.tgz 
@@ -173,7 +173,7 @@ jobs:
173173          yarn package 
174174#  Upload artifacts
175175      - name : ' Upload Artifact: release-package' 
176-         uses : actions/upload-artifact@v4  
176+         uses : actions/upload-artifact@v5  
177177        with :
178178          name : release-package 
179179          path : ${{ github.workspace }}/dist/ 
@@ -483,7 +483,7 @@ jobs:
483483#  Upload artifact only on main and for latest rosetta
484484      - name : ' Upload Artifact: integtest_aws-cdk-lib' 
485485        if : github.ref == 'ref/head/main' && matrix.rosetta == 'latest' 
486-         uses : actions/upload-artifact@v4  
486+         uses : actions/upload-artifact@v5  
487487        with :
488488          name : integtest_aws-cdk-lib 
489489          path : ./node_modules/aws-cdk-lib/dist/ 
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105          git add . 
106106          git diff --patch --staged > ${{ runner.temp }}/upgrade.patch 
107107name : Upload Patch 
108-         uses : actions/upload-artifact@v4  
108+         uses : actions/upload-artifact@v5  
109109        with :
110110          name : upgrade.patch 
111111          path : ${{ runner.temp }}/upgrade.patch 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments