Skip to content

Commit

Permalink
chore: update actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
Signed-off-by: purelind <[email protected]>
  • Loading branch information
purelind committed Dec 27, 2024
1 parent 5926c36 commit 63c809f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pd-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
mv covprofile covprofile_$WORKER_ID
sed -i "/failpoint_binding/d" covprofile_$WORKER_ID
- name: Upload coverage result ${{ matrix.worker_id }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cover-reports
path: covprofile_${{ matrix.worker_id }}
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Download chunk report
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: cover-reports
- name: Merge
Expand Down

0 comments on commit 63c809f

Please sign in to comment.