File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6161          changelog_entries=$(jq --arg start_date "${START_DATE}" --arg end_date "${END_DATE}" ' map(select(.date >= $start_date and .date <= $end_date))' changelog/internal/changelog-all.json) 
6262          echo "${changelog_entries}" > entries.json 
6363       - name : Upload entries for debugging 
64-         uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882  
64+         uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08  
6565        with :
6666          name : changelog_entries_in_range 
6767          retention-days : 1 
Original file line number Diff line number Diff line change 7474      - name : Generate Federated Spec 
7575        run : .github/scripts/generate_federated_spec.sh 
7676      - name : Upload artifact 
77-         uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882  
77+         uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08  
7878        with :
7979          name : openapi-foas-${{ inputs.env }} 
8080          path : | 
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102            S3_BUCKET : ${{ inputs.aws_s3_bucket }} 
103103          run : ./release-scripts/generate_changelog.sh 
104104        - name : Upload revision and base folders for debugging 
105-           uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882  
105+           uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08  
106106          with :
107107            name : base-revision-${{ inputs.env }} 
108108            retention-days : 1 
Original file line number Diff line number Diff line change 3838       #  We upload the scripts in .github/scripts/* (defined only in main) so that they can be downloaded and reused 
3939      #  when releasing in all the branches.
4040      - name : Upload release scripts  
41-         uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882  
41+         uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08  
4242        with :
4343          name : release-scripts 
4444          retention-days : 1 
Original file line number Diff line number Diff line change 5757          sudo snap install yq 
5858          yq -P '.' v1.json > v1.yaml 
5959       - name : Upload artifact 
60-         uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882  
60+         uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08  
6161        with :
6262          name : openapi-v1-${{ inputs.env }} 
6363          path : | 
Original file line number Diff line number Diff line change 9797            ref : ${{ inputs.branch }} 
9898            token : ${{secrets.api_bot_pat}} 
9999        - name : Upload current Specs and Changelog files 
100-           uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882  
100+           uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08  
101101          with :
102102            name : base-${{ inputs.env }} 
103103            retention-days : 1 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments