diff options
| author | Frédéric Desbiens <[email protected]> | 2025-02-24 10:56:06 -0500 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2025-02-24 10:56:06 -0500 |
| commit | e4d517efba5276974dcee7e37d41b9b4ed48f7c6 (patch) | |
| tree | cf45bb30a1db469aa2a5c3427b34fd6a8e9e01ca | |
| parent | e657568041a3a0700ee6a5faf076e74a6fe68ead (diff) | |
| parent | 98c9172d01dcfdd0026ee3f5c6259dea6a12f253 (diff) | |
Merge remote-tracking branch 'origin/master' into dev
| -rw-r--r-- | .github/workflows/regression_template.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index 4170be12..5e292921 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -86,7 +86,7 @@ jobs: - name: Upload Test Results if: success() || failure() - uses: actions/[email protected] + uses: actions/[email protected] with: name: test_reports ${{ inputs.result_affix }} path: | @@ -141,7 +141,7 @@ jobs: fi - name: Upload Code Coverage Artifacts - uses: actions/[email protected] + uses: actions/[email protected] if: (inputs.skip_deploy && !inputs.skip_coverage) with: name: coverage_report |
