diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index eb72a5d..eb70d0f 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -319,7 +319,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@feature/add-reusable-ci-workflow + uses: ./github-actions/deploy-ci-artifact with: target_repo: ${{ inputs.artifact_deploy_target_repo }} github_token: ${{ secrets.coverage_deploy_token }}