Skip to content

Commit

Permalink
Renovate Update actions/download-artifact digest to fa0a91b (#2788)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent 5724231 commit aaa4641
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
(inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix)
- name: download artifact
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: ${{ matrix.artifact_to_dl }}
path: service-${{ matrix.svc_prefix }}/web/dist
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,23 @@ jobs:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- name: download artifact for front tests
id: download-artifact-front-tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
continue-on-error: true
with:
name: service-front
path: service-front
if: inputs.specific_path == 'all'
- name: download artifact for api tests
id: download-artifact-api-tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
continue-on-error: true
with:
name: service-api
path: service-api
if: inputs.specific_path == 'all'
- name: download artifact for admin tests
id: download-artifact-admin-tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
continue-on-error: true
with:
name: service-admin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-behat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: tests/smoke

- name: download cluster_config
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: environment_config_file_${{ inputs.workspace }}
path: terraform/environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_seed-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
role-session-name: OPGUseAnLPASeedGithubAction

- name: download cluster_config
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: environment_config_file_${{ inputs.workspace }}
path: terraform/environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_slack-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: pip install -r scripts/pipeline/requirements.txt

- name: download cluster_config
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: environment_config_file_${{ inputs.workspace }}
path: /tmp
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/path-to-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ jobs:
steps:
- uses: actions/checkout@6d193bf28034eafb982f37bd894289fe649468fc # pin@v3
- name: download artifact for front tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: service-front
path: service-front
- name: download artifact for api tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: service-api
path: service-api
- name: download artifact for api tests
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: service-admin
path: service-admin
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
with:
fetch-depth: '0'
- name: download cluster_config
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: environment_config_file_production
path: terraform/environment
Expand Down

0 comments on commit aaa4641

Please sign in to comment.