Skip to content

Commit

Permalink
[CI] Upgrade upload-artifact to v4 (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvh authored Sep 12, 2024
1 parent a595261 commit aab1211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ jobs:
-path ${{ github.workspace}}/build
- name: Upload patch with clang-format fixes
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ failure() && steps.run-clang-format.outcome == 'failure' }}
with:
name: clang-format.patch
path: clang-format.patch
if-no-files-found: ignore

- name: Upload clang-tidy log
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ failure() && steps.run-clang-tidy.outcome == 'failure' }}
with:
name: clang-tidy.log
Expand Down

0 comments on commit aab1211

Please sign in to comment.