Skip to content

Commit cac0842

Browse files
author
Jatin Bhateja
committedJul 7, 2024
Merge
2 parents b044e65 + 6f7f0f1 commit cac0842

File tree

21,316 files changed

+1359583
-1419672
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

21,316 files changed

+1359583
-1419672
lines changed
 

‎.gitattributes

+9
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
* -text
2+
*.java diff=java
3+
*.c diff=cpp
4+
*.h diff=cpp
5+
*.cpp diff=cpp
6+
*.hpp diff=cpp
7+
*.md diff=markdown
8+
*.sh diff=bash
9+
*.html diff=html
10+
*.css diff=css

‎.github/actions/do-build/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ runs:
6666
shell: bash
6767

6868
- name: 'Upload build logs'
69-
uses: actions/upload-artifact@v3
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: failure-logs-${{ inputs.platform }}${{ inputs.debug-suffix }}
7272
path: failure-logs
7373
if: steps.check.outputs.failure == 'true'
7474

7575
# This is the best way I found to abort the job with an error message
7676
- name: 'Notify about build failures'
77-
uses: actions/github-script@v6
77+
uses: actions/github-script@v7
7878
with:
7979
script: core.setFailed('Build failed. See summary for details.')
8080
if: steps.check.outputs.failure == 'true'

0 commit comments

Comments
 (0)