Skip to content

Commit 8524deb

Browse files
authored
Merge branch 'master' into rt_newcclcommmgr
2 parents d81d9ac + 589c3b1 commit 8524deb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
fi
220220
- name: Upload logs
221221
if: always() && contains(github.event.pull_request.labels.*.name, 'need-simple-ci-upload-artifact')
222-
uses: actions/upload-artifact@v3
222+
uses: actions/upload-artifact@v4
223223
with:
224224
name: logs-${{ matrix.test_suite }}-${{ matrix.cmake_generator }}-${{ matrix.cmake_build_type }}-shared-${{ matrix.build_shared_libs }}
225225
path: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
git push
140140
- name: Upload patch
141141
if: ${{ failure() && steps.git_push.outcome == 'failure' }}
142-
uses: actions/upload-artifact@v3
142+
uses: actions/upload-artifact@v4
143143
with:
144144
name: license_and_format-${{ github.sha }}.patch
145145
path: license_and_format.patch

0 commit comments

Comments
 (0)