diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 9ad1057..84bc783 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -256,6 +256,13 @@ jobs: env: BUILD_KIT_IMAGE: ${{ needs.build-and-push-build-kit.outputs.one_image_tag_long }} steps: + - name: Checkout local github actions + # LTODO check all tags + uses: actions/checkout@v3 + with: + repository: everest/everest-ci + ref: ${{ needs.setup-env.outputs.sha_reusable_workflow }} + path: everest-ci - name: Format branch name for cache key if: ${{ inputs.use_build_cache == 'true' }} run: | @@ -329,7 +336,7 @@ jobs: id: deploy_coverage_report if: ${{ steps.run_coverage.outcome == 'success' || steps.run_coverage.outcome == 'failure' }} # LTODO update tag - uses: everest/everest-ci/github-actions/deploy-ci-artifact@${{ needs.setup-env.outputs.sha }} + uses: ./everest-ci/github-actions/deploy-ci-artifact with: target_repo: ${{ inputs.artifact_deploy_target_repo }} github_token: ${{ secrets.coverage_deploy_token }}