diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index b0ba5bae38a..b1f93c6bb21 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -114,7 +114,7 @@ jobs: run: yarn run test:e2e --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} - name: Upload blob report to GitHub Actions Artifacts if: ${{ !cancelled() }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: frontend-e2e-data--shard-${{ matrix.shardIndex }} path: frontend-react/e2e-data @@ -170,7 +170,7 @@ jobs: - name: Merge folders run: mv ./playwright-report/* ./e2e-data/report && rmdir ./playwright-report && rm ./e2e-data/report/*.zip && rm -rf ./e2e-data/report/resources - name: Upload final e2e-data - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: frontend-e2e-data--attempt-${{ github.run_attempt }} path: frontend-react/e2e-data diff --git a/.github/workflows/restore_databases.yml b/.github/workflows/restore_databases.yml index 9d79d50a6e1..2f71e9fd54e 100644 --- a/.github/workflows/restore_databases.yml +++ b/.github/workflows/restore_databases.yml @@ -311,7 +311,7 @@ jobs: if: | needs.pre_job.outputs.sink_env_name != 'prod' && (${{ matrix.db }} == 'prime_data_hub' || ${{ matrix.db }} == 'prime_data_hub_candidate') - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: clean_output_${{ matrix.db }} path: clean_output_${{ matrix.db }}.html diff --git a/.github/workflows/start_frontend_smoke.yml b/.github/workflows/start_frontend_smoke.yml index 1353c1ed5b8..868af24d535 100644 --- a/.github/workflows/start_frontend_smoke.yml +++ b/.github/workflows/start_frontend_smoke.yml @@ -41,7 +41,7 @@ jobs: echo "::endgroup::" - name: "Store E2E Results" if: ${{ !cancelled() }} - uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a + uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 with: name: smoke-data path: frontend-react/e2e-data/