Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
done

- name: Download terraform plans
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
with:
pattern: "*_terraform_plan"
path: terraform_plans/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
next_version_tag: ${{ steps.output_version_tag.outputs.NEXT_VERSION_TAG }}
steps:
- name: Fetch asdf artifact
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
with:
name: asdf_artifact
- name: Install asdf
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
BRANCH_NAME: ${{ inputs.branch_name }}

- name: Fetch semantic-release config
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
with:
name: config_artifact

Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:

- name: Download extra artifact
if: ${{ inputs.extra_artifact_name != '' }}
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131
with:
artifact-ids: ${{ inputs.extra_artifact_id }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down