Skip to content

Commit

Permalink
Update to latest versions of build tools
Browse files Browse the repository at this point in the history
This is a follow-up to eclipse-cdt#986 where I missed this version update.
  • Loading branch information
jonahgraham committed Jan 16, 2025
1 parent 751b031 commit 874fd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 874fd64

Please sign in to comment.