Skip to content

Commit

Permalink
Use upload-artifact@v3 for test results
Browse files Browse the repository at this point in the history
dorny/test-reporter#343

Run-GHA: true
RPM-test-version: 2.5.101
Skip-func-hw-test: true
Test-tag: always_passes

Required-githooks: true

Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
  • Loading branch information
brianjmurrell committed Apr 9, 2024
1 parent e46e72b commit f0dfb67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,8 @@ jobs:
- name: Upload test results
if: (success() || failure()) &&
steps.run-test.outcome != 'skipped'
uses: actions/upload-artifact@v4
# Don't bump this to v4 due to https://github.com/dorny/test-reporter/issues/343
uses: actions/upload-artifact@v3

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
with:
name: ${{ env.STAGE_NAME }} test-results
path: ${{ env.STAGE_NAME }}/**/results.xml
Expand Down Expand Up @@ -760,7 +761,8 @@ jobs:
- name: Upload test results
if: (success() || failure()) &&
steps.run-test.outcome != 'skipped'
uses: actions/upload-artifact@v4
# Don't bump this to v4 due to https://github.com/dorny/test-reporter/issues/343
uses: actions/upload-artifact@v3

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
with:
name: ${{ env.STAGE_NAME }} test-results
path: ${{ env.STAGE_NAME }}/**/results.xml
Expand Down

0 comments on commit f0dfb67

Please sign in to comment.