Skip to content

Commit 98c9172

Browse files
authored
Merge pull request #438 from eclipse-threadx/action-fixes
Upgrading upload-artifact version to 4.6.0.
2 parents 6bef7c0 + 72ab369 commit 98c9172

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regression_template.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Upload Test Results
8888
if: success() || failure()
89-
uses: actions/upload-artifact@v3.1.3
89+
uses: actions/upload-artifact@v4.6.0
9090
with:
9191
name: test_reports ${{ inputs.result_affix }}
9292
path: |
@@ -141,7 +141,7 @@ jobs:
141141
fi
142142
143143
- name: Upload Code Coverage Artifacts
144-
uses: actions/upload-artifact@v3.1.3
144+
uses: actions/upload-artifact@v4.6.0
145145
if: (inputs.skip_deploy && !inputs.skip_coverage)
146146
with:
147147
name: coverage_report

0 commit comments

Comments
 (0)