diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 508e8a0..60b6b98 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@v4 + - uses: actions/upload-artifact@v5 if: ${{ matrix.coverage == 'xdebug' }} with: name: coverage