ci: Update deprecated upload-artifact

This commit is contained in:
Sandy
2024-11-13 19:57:16 -05:00
committed by GitHub
parent b12eb2882a
commit 2c33050257

View File

@@ -45,7 +45,7 @@ jobs:
args: --config-files .cmake-format.py --in-place args: --config-files .cmake-format.py --in-place
- run: | - run: |
git diff > cmake-format.patch git diff > cmake-format.patch
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v4
with: with:
name: formatting-fix-${{github.sha}} name: formatting-fix-${{github.sha}}
path: cmake-format.patch path: cmake-format.patch