Skip to content

Commit

Permalink
ci: Update deprecated upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman authored Nov 14, 2024
1 parent b12eb28 commit 2c33050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
args: --config-files .cmake-format.py --in-place
- run: |
git diff > cmake-format.patch
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: formatting-fix-${{github.sha}}
path: cmake-format.patch
Expand Down

0 comments on commit 2c33050

Please sign in to comment.