diff options
| author | Frédéric Desbiens <[email protected]> | 2025-02-13 10:53:04 -0500 |
|---|---|---|
| committer | Frédéric Desbiens <[email protected]> | 2025-02-13 10:58:58 -0500 |
| commit | 72ab369eb76931f80a2e9348db1edff78f5f3870 (patch) | |
| tree | 648485d00575e9acd37c3f419ac9f165f149ae34 | |
| parent | 6bef7c08f68973911a6f8f83802bc3ddbe6f8149 (diff) | |
Upgrading upload-artifact version to 4.6.0.
| -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 |
