Skip to content

Commit a9b3101

Browse files
committed
修复测试
1 parent b96debc commit a9b3101

2 files changed

Lines changed: 3 additions & 94 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ jobs:
160160
id: run-test-suite
161161
run: ./dev/test-coverage-actions.sh php $TEST_TYPE
162162
- name: Upload coverage file
163-
uses: actions/upload-artifact@v3
163+
uses: actions/upload-artifact@v4
164164
with:
165165
name: ${{ matrix.testType }}-coverage
166166
path: tests/coverage.php
167167
- name: Upload log files
168168
if: always()
169-
uses: actions/upload-artifact@v3
169+
uses: actions/upload-artifact@v4
170170
with:
171171
name: ${{ matrix.testType }}-logs
172172
path: |
@@ -217,7 +217,7 @@ jobs:
217217
token: ${{ secrets.CODECOV_TOKEN }}
218218
file: "./tests/coverage.xml"
219219
- name: Upload coverage reports to artifact
220-
uses: actions/upload-artifact@v3
220+
uses: actions/upload-artifact@v4
221221
with:
222222
name: coverage
223223
path: tests/coverage.xml

.github/workflows/daily-test.yml

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)