There was an error while loading. Please reload this page.
2 parents 3d3a4cd + bb67de8 commit 601ac7aCopy full SHA for 601ac7a
1 file changed
.github/workflows/main.yml
@@ -113,7 +113,7 @@ jobs:
113
114
- name: Upload tests reports
115
if: needs.prepare.outputs.has-codeclimate == '1'
116
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
117
with:
118
name: test-reports-${{ matrix.php }}
119
path: tests/reports/codeclimate.${{ matrix.php }}.json
@@ -196,7 +196,7 @@ jobs:
196
197
- name: Upload e2e tests logs
198
if: failure()
199
200
201
name: e2e-logs
202
path: |
0 commit comments