Skip to content

Commit 4805a5f

Browse files
committed
[ci] update check-formatting.yml to upload-artifact@v4
1 parent ea737c9 commit 4805a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-formatting.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
1616
- name: Upload code formatting patch
1717
if: ${{ failure() }}
18-
uses: actions/upload-artifact@v3
18+
uses: actions/upload-artifact@v4
1919
with:
2020
name: patch
2121
path: format.patch

0 commit comments

Comments
 (0)