Skip to content

Commit

Permalink
Update actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojbao committed Sep 29, 2024
1 parent 24a14da commit 5eede5a
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 5eede5a

Please sign in to comment.