File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
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@50769540e7f4bd5e21e526ee35c689e35e0d6874
64+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
6565 with :
6666 name : changelog_entries_in_range
6767 retention-days : 1
Original file line number Diff line number Diff line change 7171 - name : Generate Federated Spec
7272 run : .github/scripts/generate_federated_spec.sh
7373 - name : Upload artifact
74- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
74+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
7575 with :
7676 name : openapi-foas-${{ inputs.env }}
7777 path : |
Original file line number Diff line number Diff line change 9797 S3_BUCKET : ${{ inputs.aws_s3_bucket }}
9898 run : ./release-scripts/generate_changelog.sh
9999 - name : Upload revision and base folders for debugging
100- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
100+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
101101 with :
102102 name : base-revision-${{ inputs.env }}
103103 retention-days : 1
Original file line number Diff line number Diff line change 3737 # We upload the scripts in .github/scripts/* (defined only in main) so that they can be downloaded and reused
3838 # when releasing in all the branches.
3939 - name : Upload release scripts
40- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
40+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
4141 with :
4242 name : release-scripts
4343 retention-days : 1
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@50769540e7f4bd5e21e526ee35c689e35e0d6874
100+ uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
101101 with :
102102 name : base-${{ inputs.env }}
103103 retention-days : 1
You can’t perform that action at this time.
0 commit comments