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 @@ -112,7 +112,7 @@ jobs:
112112        run : yarn build 
113113      - name : Pack 
114114        run : mv dist reearth-web && tar -zcvf reearth-web.tar.gz reearth-web 
115-       - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
115+       - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
116116        with :
117117          name : reearth-web 
118118          path : web/reearth-web.tar.gz 
@@ -129,7 +129,7 @@ jobs:
129129        with :
130130          app-id : ${{ vars.GH_APP_ID }} 
131131          private-key : ${{ secrets.GH_APP_PRIVATE_KEY }} 
132-       - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093   #  v4.3 .0
132+       - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53   #  v6.0 .0
133133        with :
134134          name : reearth-web 
135135      - name : Rename artifact 
Original file line number Diff line number Diff line change 6262
6363      - name : Upload artifact - Allure Report 
6464        if : always() 
65-         uses : actions/upload-artifact@v4  
65+         uses : actions/upload-artifact@v5  
6666        with :
6767          name : allure-report 
6868          path : e2e/allure-report/ 
Original file line number Diff line number Diff line change 4545          repo : ${{ github.repository }} 
4646          latest : CHANGELOG_latest.md 
4747      - name : Upload latest CHANGELOG 
48-         uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02   #  v4.6.2 
48+         uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4   #  v5.0.0 
4949        with :
5050          name : changelog-${{ steps.changelog.outputs.version }} 
5151          path : CHANGELOG_latest.md 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments