diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 10ca525..ee49bde 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,7 +104,7 @@ jobs: ./cc-test-reporter format-coverage -t clover -o $CODECLIMATE_REPORT $COVERAGE_FILE - name: Upload tests reports - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: needs.prepare.outputs.has-codeclimate == '1' with: name: test-reports-php${{ matrix.php }}-${{ matrix.db }}