File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7575 steps :
7676 - id : buildkite-run
7777 name : Run Release
78- uses : elastic/oblt-actions/buildkite/run@v1.5.0
78+ uses : elastic/oblt-actions/buildkite/run@v1
7979 with :
8080 pipeline : ecs-logging-java-release
8181 token : ${{ secrets.BUILDKITE_TOKEN }}
8585 dry_run=${{ inputs.dry_run || 'false' }}
8686 TARBALL_FILE=${{ env.TARBALL_FILE }}
8787
88- - uses : elastic/oblt-actions/buildkite/download-artifact@v1.5.0
88+ - uses : elastic/oblt-actions/buildkite/download-artifact@v1
8989 with :
9090 build-number : ${{ steps.buildkite-run.outputs.number }}
9191 path : ${{ env.TARBALL_FILE }}
@@ -101,15 +101,15 @@ jobs:
101101 subject-path : " ${{ github.workspace }}/**/target/*.jar"
102102
103103 - if : ${{ success() }}
104- uses : elastic/oblt-actions/slack/send@v1.5.0
104+ uses : elastic/oblt-actions/slack/send@v1
105105 with :
106106 bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
107107 channel-id : " #apm-agent-java"
108108 message : |
109109 :runner: [${{ github.repository }}] Release *${{ github.ref_name }}* has been triggered in Buildkite: (<${{ steps.buildkite-run.outputs.build }}|build>)
110110
111111 - if : ${{ failure() }}
112- uses : elastic/oblt-actions/slack/send@v1.5.0
112+ uses : elastic/oblt-actions/slack/send@v1
113113 with :
114114 bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
115115 channel-id : " #apm-agent-java"
Original file line number Diff line number Diff line change 4646 steps :
4747 - id : buildkite-run
4848 name : Run Deploy
49- uses : elastic/oblt-actions/buildkite/run@v1.5.0
49+ uses : elastic/oblt-actions/buildkite/run@v1
5050 with :
5151 pipeline : ecs-logging-java-snapshot
5252 token : ${{ secrets.BUILDKITE_TOKEN }}
5555 dry_run=${{ inputs.dry_run || 'false' }}
5656 TARBALL_FILE=${{ env.TARBALL_FILE }}
5757
58- - uses : elastic/oblt-actions/buildkite/download-artifact@v1.5.0
58+ - uses : elastic/oblt-actions/buildkite/download-artifact@v1
5959 with :
6060 build-number : ${{ steps.buildkite-run.outputs.number }}
6161 path : ${{ env.TARBALL_FILE }}
7171 subject-path : " ${{ github.workspace }}/**/target/*.jar"
7272
7373 - if : ${{ failure() }}
74- uses : elastic/oblt-actions/slack/send@v1.5.0
74+ uses : elastic/oblt-actions/slack/send@v1
7575 with :
7676 bot-token : ${{ secrets.SLACK_BOT_TOKEN }}
7777 channel-id : " #apm-agent-java"
You can’t perform that action at this time.
0 commit comments