File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments