diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 800d17e60..c30aa9f32 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -110,7 +110,7 @@ jobs: run: vendor/bin/codecept run ${{ matrix.suite }} - name: Upload Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ failure() }} with: name: ${{ matrix.suite }}-php@${{ matrix.php_version }}-screenshots