diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 63dd548..2665b0f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -78,7 +78,7 @@ jobs: - name: Save Coverage Reports if: needs.prepare.outputs.has-codeclimate == '1' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: test-reports-${{ matrix.php }} path: tests/codeclimate.*.json