diff --git a/.github/workflows/tests-php.yml b/.github/workflows/tests-php.yml index aecaa7e2ae..81b8cbfaeb 100644 --- a/.github/workflows/tests-php.yml +++ b/.github/workflows/tests-php.yml @@ -122,7 +122,7 @@ jobs: # Upload artifacts (On failure) # ------------------------------------------------------------------------------ - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: output ${{ matrix.suite }}