Skip to content

Commit

Permalink
Update inputs for actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jun 27, 2024
1 parent 6db0cb7 commit 21e3213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/actions/build_ami/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,13 @@ runs:

- name: Get EIF for Run ${{ inputs.operator_run_number }}
id: get_eif_for_run
uses: actions/download-artifact@v4
uses: dawidd6/action-download-artifact@v6
if: ${{ inputs.operator_release == '' }}
with:
github_token: ${{ inputs.github_token }}
repo: IABTechLab/uid2-operator
name: 'aws-${{ inputs.identity_scope }}-deployment-files-.*'
name_is_regexp: true
run_id: ${{ inputs.operator_run_number }}
skip_unpack: true
path: ./download/artifacts

- name: Unzip artifacts
if: ${{ inputs.operator_release == '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-uid2-ami.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Build UID2 Operator AMI
id: buildAMI
uses: IABTechLab/uid2-operator/.github/actions/build_ami@main
uses: IABTechLab/uid2-operator/.github/actions/build_ami@kcc-UID2-3331-update-ami-from-AL2-to-AL2023
with:
identity_scope: uid2
eif_repo_owner: ${{ env.REPO_OWNER }}
Expand Down

0 comments on commit 21e3213

Please sign in to comment.