We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea737c9 commit 4805a5fCopy full SHA for 4805a5f
.github/workflows/check-formatting.yml
@@ -15,7 +15,7 @@ jobs:
15
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
16
- name: Upload code formatting patch
17
if: ${{ failure() }}
18
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
19
with:
20
name: patch
21
path: format.patch
0 commit comments