Skip to content

Commit

Permalink
Renovate Update actions/upload-artifact digest to 184d73b (#2870)
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 Oct 10, 2024
1 parent 98c91ce commit 6f9bffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -217,7 +217,7 @@ jobs:
(inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix)
- name: archive test results
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249
with:
name: service-${{ matrix.svc_prefix }}
path: build/service-${{ matrix.svc_prefix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_node-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cd service-front/web/
npm run build
- name: archive dist
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # [email protected]
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # [email protected]
with:
name: dist-web
path: service-front/web/dist/
2 changes: 1 addition & 1 deletion .github/workflows/_run-behat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
vendor/bin/behat
- name: archive failed test screenshots
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # [email protected]
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # [email protected]
with:
name: behat-screenshots
path: tests/smoke/failed_step_screenshots
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_run-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:

- name: upload environment cluster config file
if: inputs.terraform_path == 'environment'
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # [email protected]
uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # [email protected]
with:
name: environment_config_file_${{ inputs.workspace }}
path: terraform/environment/cluster_config.json

0 comments on commit 6f9bffa

Please sign in to comment.