mirror of
https://github.com/eclipse-threadx/threadx.git
synced 2025-11-16 12:34:48 +00:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
4
.github/workflows/regression_template.yml
vendored
4
.github/workflows/regression_template.yml
vendored
@@ -86,7 +86,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload Test Results
|
- name: Upload Test Results
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
uses: actions/upload-artifact@v3.1.3
|
uses: actions/upload-artifact@v4.6.0
|
||||||
with:
|
with:
|
||||||
name: test_reports ${{ inputs.result_affix }}
|
name: test_reports ${{ inputs.result_affix }}
|
||||||
path: |
|
path: |
|
||||||
@@ -141,7 +141,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Upload Code Coverage Artifacts
|
- name: Upload Code Coverage Artifacts
|
||||||
uses: actions/upload-artifact@v3.1.3
|
uses: actions/upload-artifact@v4.6.0
|
||||||
if: (inputs.skip_deploy && !inputs.skip_coverage)
|
if: (inputs.skip_deploy && !inputs.skip_coverage)
|
||||||
with:
|
with:
|
||||||
name: coverage_report
|
name: coverage_report
|
||||||
|
|||||||
Reference in New Issue
Block a user