Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
RELEASE_BUNDLE_TAG: ${{ inputs.release-bundle-tag }}

- uses: aerospike/shared-workflows/.github/actions/promote-release-bundle@8a4e717507bc3394c4defac0abe4ffd73b4f4e14
- uses: aerospike/shared-workflows/.github/actions/promote-release-bundle@91bde550339d432d99123d871c7eee628aa39587
with:
bundle-name: ${{ env.RELEASE_BUNDLE_NAME }}
version: ${{ env.RELEASE_BUNDLE_VERSION }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
outputs:
artifact-name: ${{ env.ARTIFACT_NAME }}
steps:
- uses: aerospike/shared-workflows/.github/actions/collect-build-artifacts@1004088a1b5122b9b71a39b40f619f6b50e78d16
- uses: aerospike/shared-workflows/.github/actions/collect-build-artifacts@91bde550339d432d99123d871c7eee628aa39587
with:
# This is the default name, but setting here explicitly in case updating this composite action causes artifact name
# to change unexpectedly.
Expand Down
Loading