Skip to content

Commit

Permalink
Merge pull request #438 from eclipse-threadx/action-fixes
Browse files Browse the repository at this point in the history
Upgrading upload-artifact version to 4.6.0.
  • Loading branch information
fdesbiens authored Feb 14, 2025
2 parents 6bef7c0 + 72ab369 commit 98c9172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Upload Test Results
if: success() || failure()
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.6.0
with:
name: test_reports ${{ inputs.result_affix }}
path: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
fi
- 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)
with:
name: coverage_report
Expand Down

0 comments on commit 98c9172

Please sign in to comment.