fix240911 (#363)

This commit is contained in:
Denis Angell
2024-09-11 05:43:03 +02:00
committed by GitHub
parent 1a4d54f9d9
commit 79d83bd424
6 changed files with 563 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ jobs:
git diff --exit-code | tee "clang-format.patch"
- name: Upload patch
if: failure() && steps.assert.outcome == 'failure'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
continue-on-error: true
with:
name: clang-format.patch