Skip to content

Commit

Permalink
test: fix CI failure by upgrading upload-artifact version (#11529)
Browse files Browse the repository at this point in the history
Signed-off-by: VaniHaripriya <[email protected]>
  • Loading branch information
VaniHaripriya authored Jan 16, 2025
1 parent 83791e7 commit 954145b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
mkdir -p ./pr
echo ${{ github.event.pull_request.number }} >> ./pr/pr_number
echo ${{ github.event.action }} >> ./pr/event_action
- uses: actions/upload-artifact@v3.1.0
- uses: actions/upload-artifact@v4
with:
name: pr
path: pr/

0 comments on commit 954145b

Please sign in to comment.