[ci] Update artifact actions to v4 (#6092)

This commit is contained in:
David Vo
2023-12-25 04:51:53 +11:00
committed by GitHub
parent 2441b57156
commit 1ce617be07
3 changed files with 7 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ jobs:
- name: Generate diff
run: git diff HEAD > wpiformat-fixes.patch
if: ${{ failure() }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wpiformat fixes
path: wpiformat-fixes.patch