Skip to content

Commit

Permalink
Update workflows/check-amdllpc-docker.yml to use upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojbao committed Sep 30, 2024
1 parent fa78a16 commit a00d749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-amdllpc-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
echo "${{ github.event.pull_request.number }}" > pr_num.txt
- name: Upload code coverage report as a GitHub artifact
if: contains(matrix.feature-set, '+coverage') && github.event.pull_request.number
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cov_report_${{ env.CONFIG_TAG }}
path: ${{ env.COVERAGE_REPORT_FILES }}
- name: Upload the PR number as a GitHub artifact
if: contains(matrix.feature-set, '+coverage') && github.event.pull_request.number
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: pr_num
path: pr_num.txt

0 comments on commit a00d749

Please sign in to comment.