diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9aa18aa..9ff1827 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,7 +79,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-${{ matrix.php }}