diff --git a/.github/workflows/_build-and-push.yml b/.github/workflows/_build-and-push.yml index 38f893794b..42e6d4fb0e 100644 --- a/.github/workflows/_build-and-push.yml +++ b/.github/workflows/_build-and-push.yml @@ -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 }} diff --git a/.github/workflows/_node-build.yml b/.github/workflows/_node-build.yml index 3add1d374a..2452e70c7f 100644 --- a/.github/workflows/_node-build.yml +++ b/.github/workflows/_node-build.yml @@ -33,7 +33,7 @@ jobs: cd service-front/web/ npm run build - name: archive dist - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # pin@v3.1.0 + uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 with: name: dist-web path: service-front/web/dist/ diff --git a/.github/workflows/_run-behat-tests.yml b/.github/workflows/_run-behat-tests.yml index ece9d15cbc..0c8187e3f4 100644 --- a/.github/workflows/_run-behat-tests.yml +++ b/.github/workflows/_run-behat-tests.yml @@ -94,7 +94,7 @@ jobs: vendor/bin/behat - name: archive failed test screenshots - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # pin@v3.1.0 + uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 with: name: behat-screenshots path: tests/smoke/failed_step_screenshots diff --git a/.github/workflows/_run-terraform.yml b/.github/workflows/_run-terraform.yml index 7b8d1e8399..416af4fa31 100644 --- a/.github/workflows/_run-terraform.yml +++ b/.github/workflows/_run-terraform.yml @@ -152,7 +152,7 @@ jobs: - name: upload environment cluster config file if: inputs.terraform_path == 'environment' - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # pin@v3.1.0 + uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 with: name: environment_config_file_${{ inputs.workspace }} path: terraform/environment/cluster_config.json