diff --git a/.github/workflows/_build-and-push.yml b/.github/workflows/_build-and-push.yml index ad86c45eb7..56077d4ec7 100644 --- a/.github/workflows/_build-and-push.yml +++ b/.github/workflows/_build-and-push.yml @@ -228,7 +228,7 @@ jobs: (inputs.specific_path == 'all' || inputs.specific_path == matrix.svc_prefix) - name: archive test results - uses: actions/upload-artifact@184d73b71b93c222403b2e7f1ffebe4508014249 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b 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 38055b54c5..8b5e44f1fe 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@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # 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 b541788822..8fe3ff8031 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@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # 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 ec3c3b71e9..f847cd10f6 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@184d73b71b93c222403b2e7f1ffebe4508014249 # pin@v3.1.0 + uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v3.1.0 with: name: environment_config_file_${{ inputs.workspace }} path: terraform/environment/cluster_config.json