diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c2b78c6..3091896 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: cat ./coverage/php${{ matrix.php-version }}_output.txt - name: Save coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: coverage_clover_php-array-to-xml-${{ matrix.php-version }} path: ./coverage