Skip to content

Commit

Permalink
Update GitHub Actions workflow to use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-stefanov committed Sep 25, 2024
1 parent 0ddd07d commit 9c04553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create patch
if: ${{ steps.needs_work.outcome != 'success' }}
run: git diff > ./clang-format-diff.patch
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: ${{ steps.needs_work.outcome != 'success' }}
with:
name: clang-format-diff.patch
Expand Down

0 comments on commit 9c04553

Please sign in to comment.