diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 857cec6..5a03b06 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: env: COVERAGE: ${{ matrix.coverage == 'xdebug' && '--coverage-clover coverage-e2e.xml' || '' }} - - uses: actions/upload-artifact@v5 + - uses: actions/upload-artifact@v6 if: ${{ matrix.coverage == 'xdebug' }} with: name: coverage