diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ede3e2c..d830e48 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@v5 + uses: actions/upload-artifact@v6 with: name: coverage_clover_php-array-to-xml-${{ matrix.php-version }} path: ./coverage