Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate Update actions/upload-artifact digest to 184d73b #2870

Merged
merged 1 commit into from
Oct 10, 2024
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/_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
Loading