Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit a00d749

Browse files
committed
Update workflows/check-amdllpc-docker.yml to use upload-artifact@v4
1 parent fa78a16 commit a00d749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-amdllpc-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ jobs:
6262
echo "${{ github.event.pull_request.number }}" > pr_num.txt
6363
- name: Upload code coverage report as a GitHub artifact
6464
if: contains(matrix.feature-set, '+coverage') && github.event.pull_request.number
65-
uses: actions/upload-artifact@v2
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: cov_report_${{ env.CONFIG_TAG }}
6868
path: ${{ env.COVERAGE_REPORT_FILES }}
6969
- name: Upload the PR number as a GitHub artifact
7070
if: contains(matrix.feature-set, '+coverage') && github.event.pull_request.number
71-
uses: actions/upload-artifact@v2
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: pr_num
7474
path: pr_num.txt

0 commit comments

Comments
 (0)