mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Update to latest versions of build tools (#1036)
This is a follow-up to #986 where I missed this version update.
This commit is contained in:
parent
c4f22cd1e7
commit
957bb48267
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
-Ddsf-gdb.skip.tests=$(test ${{ steps.filter.outputs.dsf }} == 'false' && echo 'true' || echo 'false') \
|
||||
-Dindexer.timeout=300
|
||||
- name: Upload Logs
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: Code Cleanliness Detailed Logs
|
||||
|
|
Loading…
Add table
Reference in a new issue