diff --git a/.github/workflows/php-psr.yml b/.github/workflows/php-psr.yml index e05c3cc..df0487e 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@vč with: - name: output + name: output ${{ matrix.php }} with ${{ matrix.database }} path: tests/**/*.actual diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index ae8f860..4bc016a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -43,7 +43,7 @@ jobs: path: coverage.html - if: failure() name: Failure output - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: - name: output + name: output ${{ matrix.php }} with ${{ matrix.database }} path: tests/**/*.actual