diff --git a/.github/workflows/php-psr.yml b/.github/workflows/php-psr.yml index c230aac..6f2de99 100644 --- a/.github/workflows/php-psr.yml +++ b/.github/workflows/php-psr.yml @@ -28,7 +28,7 @@ jobs: name: Test - if: failure() name: Failure output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: output path: tests/**/*.actual diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index a83b75c..a54cdc9 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -33,7 +33,7 @@ jobs: path: coverage.html - if: failure() name: Failure output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: output path: tests/**/*.actual