diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae0786c..7e65f55 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -135,7 +135,7 @@ jobs: env_vars: PHP_VERSION - name: 'Archive code coverage results' - uses: 'actions/upload-artifact@v4' + uses: 'actions/upload-artifact@v5' with: name: 'PHP ${{ matrix.php }}' path: 'clover.xml'