Skip to content

Commit 59ad0f4

Browse files
VaniHaripriyaHumairAK
authored andcommitted
test: fix CI failure by upgrading upload-artifact version (#11529)
Signed-off-by: VaniHaripriya <[email protected]> Signed-off-by: Humair Khan <[email protected]>
1 parent 71e2738 commit 59ad0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
mkdir -p ./pr
4747
echo ${{ github.event.pull_request.number }} >> ./pr/pr_number
4848
echo ${{ github.event.action }} >> ./pr/event_action
49-
- uses: actions/upload-artifact@v3.1.0
49+
- uses: actions/upload-artifact@v4
5050
with:
5151
name: pr
5252
path: pr/

0 commit comments

Comments
 (0)