2023-12-11 09:00:08 -05:00
|
|
|
name: Download release binaries
|
|
|
|
description: "Downloads all binaries created by a different job (and therefore not available in this job) in the release pipeline."
|
|
|
|
|
|
|
|
runs:
|
|
|
|
using: "composite"
|
|
|
|
steps:
|
|
|
|
- name: Download CLI binaries darwin-amd64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: constellation-darwin-amd64
|
|
|
|
|
|
|
|
- name: Download CLI binaries darwin-arm64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: constellation-darwin-arm64
|
|
|
|
|
|
|
|
- name: Download CLI binaries linux-amd64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: constellation-linux-amd64
|
|
|
|
|
|
|
|
- name: Download CLI binaries linux-arm64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: constellation-linux-arm64
|
|
|
|
|
|
|
|
- name: Download CLI binaries windows-amd64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: constellation-windows-amd64
|
|
|
|
|
|
|
|
- name: Download Terraform module
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: terraform-module
|
|
|
|
|
|
|
|
- name: Download Terraform provider binary darwin-amd64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: terraform-provider-constellation-darwin-amd64
|
|
|
|
|
|
|
|
- name: Download Terraform provider binary darwin-arm64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: terraform-provider-constellation-darwin-arm64
|
|
|
|
|
|
|
|
- name: Download Terraform provider binary linux-amd64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: terraform-provider-constellation-linux-amd64
|
|
|
|
|
|
|
|
- name: Download Terraform provider binary linux-arm64
|
2024-07-18 02:49:57 -04:00
|
|
|
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
|
2023-12-11 09:00:08 -05:00
|
|
|
with:
|
|
|
|
name: terraform-provider-constellation-linux-arm64
|