Skip to content

Commit

Permalink
[Backport to 15] [CI] Upgrade upload-artifact to v4 (KhronosGroup#2717)
Browse files Browse the repository at this point in the history
(cherry picked from commit aab1211)
  • Loading branch information
svenvh committed Oct 1, 2024
1 parent 00a4309 commit 2069918
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 @@ -138,15 +138,15 @@ jobs:
fi
- 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 2069918

Please sign in to comment.