diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61b8cfd..08e5eaa 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@v6 + - uses: actions/upload-artifact@v7 if: ${{ matrix.coverage == 'xdebug' }} with: name: coverage